aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/spaghetti-monster.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-07-10 11:56:04 -0600
committerSelene ToyKeeper2023-07-10 11:56:04 -0600
commit95a9eb6b3078915a2686c7ec55320273ef429838 (patch)
treeb185eca82ac208bf75e732a2ee300ab99eda0bbb /spaghetti-monster/spaghetti-monster.h
parentPartially fixed oscillating aux LED voltage colors while asleep. (diff)
downloadanduril-95a9eb6b3078915a2686c7ec55320273ef429838.tar.gz
anduril-95a9eb6b3078915a2686c7ec55320273ef429838.tar.bz2
anduril-95a9eb6b3078915a2686c7ec55320273ef429838.zip
refactored how channel modes are defined, and converted emisar-2ch build
Diffstat (limited to 'spaghetti-monster/spaghetti-monster.h')
-rw-r--r--spaghetti-monster/spaghetti-monster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/spaghetti-monster.h b/spaghetti-monster/spaghetti-monster.h
index a6916e3..77431f8 100644
--- a/spaghetti-monster/spaghetti-monster.h
+++ b/spaghetti-monster/spaghetti-monster.h
@@ -25,6 +25,7 @@
#include "fsm-wdt.h"
#include "fsm-pcint.h"
#include "fsm-standby.h"
+#include "fsm-channels.h"
#include "fsm-ramping.h"
#include "fsm-random.h"
#ifdef USE_EEPROM
@@ -63,6 +64,7 @@ void loop();
#include "fsm-wdt.c"
#include "fsm-pcint.c"
#include "fsm-standby.c"
+#include "fsm-channels.c"
#include "fsm-ramping.c"
#include "fsm-random.c"
#ifdef USE_EEPROM