aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-states.c
diff options
context:
space:
mode:
Diffstat (limited to 'spaghetti-monster/fsm-states.c')
-rw-r--r--spaghetti-monster/fsm-states.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-states.c b/spaghetti-monster/fsm-states.c
index 652a9f2..ec24dc8 100644
--- a/spaghetti-monster/fsm-states.c
+++ b/spaghetti-monster/fsm-states.c
@@ -89,6 +89,7 @@ uint8_t default_state(EventPtr event, uint16_t arg) {
}
#endif
+ #if 0
#ifdef USE_THERMAL_REGULATION
else if (event == EV_temperature_high) {
high_temperature();
@@ -100,6 +101,7 @@ uint8_t default_state(EventPtr event, uint16_t arg) {
return 0;
}
#endif
+ #endif
// event not handled
return 1;