diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-09-13 14:08:52 -0400 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-09-13 14:08:52 -0400 |
commit | bc9b4ce700d3f12adc0daceaa880e3d638df0c2b (patch) | |
tree | 1311fc766278c349e414471a626fac473813e556 /movement/movement.c | |
parent | 9cd39cd3e37121502a5d58f8a58bd37331be378e (diff) | |
download | Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.tar.gz Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.tar.bz2 Sensor-Watch-bc9b4ce700d3f12adc0daceaa880e3d638df0c2b.zip |
update alternate firmware for new board color
Diffstat (limited to 'movement/movement.c')
-rw-r--r-- | movement/movement.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement.c b/movement/movement.c index 0a5ac2e4..0c6ed319 100644 --- a/movement/movement.c +++ b/movement/movement.c @@ -54,6 +54,8 @@ #include "alt_fw/deep_space_now.h" #endif +#include "movement_custom_signal_tunes.h" + // Default to no secondary face behaviour. #ifndef MOVEMENT_SECONDARY_FACE_INDEX #define MOVEMENT_SECONDARY_FACE_INDEX 0 |