From 3177e10e9e7b6ce720ca4cd0a952c884c876bcd6 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 31 Oct 2017 22:23:45 -0700 Subject: atmel-samd: Add samd21 neopixel support. Also, fix and enable the status neopixel. Fixes #264 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index d5680d05d..61ce2c6fb 100644 --- a/main.c +++ b/main.c @@ -146,7 +146,7 @@ bool start_mp(safe_mode_t safe_mode) { // Wait for connection or character. bool serial_connected_before_animation = false; rgb_status_animation_t animation; - prep_rgb_status_animation(&result, found_main, &animation); + prep_rgb_status_animation(&result, found_main, safe_mode, &animation); while (true) { #ifdef MICROPY_VM_HOOK_LOOP MICROPY_VM_HOOK_LOOP -- cgit v1.2.3