summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-10-31 22:23:45 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-10-31 22:38:09 -0700
commit3177e10e9e7b6ce720ca4cd0a952c884c876bcd6 (patch)
treeed5376099ee8b7b178494e6a6ed79309177d9adb /main.c
parentd023879bea7c711e2a65c11bbe82f840afe9a664 (diff)
atmel-samd: Add samd21 neopixel support.
Also, fix and enable the status neopixel. Fixes #264
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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