diff options
Diffstat (limited to 'spaghetti-monster/fsm-standby.h')
| -rw-r--r-- | spaghetti-monster/fsm-standby.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spaghetti-monster/fsm-standby.h b/spaghetti-monster/fsm-standby.h index 3a917fd..0b410fa 100644 --- a/spaghetti-monster/fsm-standby.h +++ b/spaghetti-monster/fsm-standby.h @@ -29,9 +29,8 @@ volatile uint8_t go_to_standby = 0; void sleep_until_eswitch_pressed(); #ifdef USE_IDLE_MODE -// deferred "idle" state trigger // stops processing until next click or timer tick -//volatile uint8_t go_to_idle = 0; +// (I think) void idle_mode(); #endif |
