diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-10-31 22:23:45 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-10-31 22:38:09 -0700 |
| commit | 3177e10e9e7b6ce720ca4cd0a952c884c876bcd6 (patch) | |
| tree | ed5376099ee8b7b178494e6a6ed79309177d9adb /main.c | |
| parent | d023879bea7c711e2a65c11bbe82f840afe9a664 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
