summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-07-22 14:59:06 -0400
committerHierophect <hierophect@gmail.com>2019-07-22 14:59:06 -0400
commitee75f1aaaf039293e436b738d616283305daf3fc (patch)
treef58d9c732955293e5adab93e072c0c59e4ac853a /main.c
parentf65404cc05cba9c45f3f87ea53e637965b9e3164 (diff)
Fix LED misuse interfering with atmel builds
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 1fea43ce3..7e1058e94 100755
--- a/main.c
+++ b/main.c
@@ -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) {