diff options
| author | Hierophect <hierophect@gmail.com> | 2019-07-22 14:59:06 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-07-22 14:59:06 -0400 |
| commit | ee75f1aaaf039293e436b738d616283305daf3fc (patch) | |
| tree | f58d9c732955293e5adab93e072c0c59e4ac853a /main.c | |
| parent | f65404cc05cba9c45f3f87ea53e637965b9e3164 (diff) | |
Fix LED misuse interfering with atmel builds
Diffstat (limited to 'main.c')
| -rwxr-xr-x | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -395,10 +395,8 @@ int __attribute__((used)) main(void) { safe_mode_t safe_mode = port_init(); // Turn on LEDs - #if MICROPY_HW_LED_RX && MICROPY_HW_LED_RX init_status_leds(); rgb_led_status_init(); - #endif // Wait briefly to give a reset window where we'll enter safe mode after the reset. if (safe_mode == NO_SAFE_MODE) { |
