From 08082855cbc7aa0a07f9ddfe6daa86e6c96d5b57 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 24 Sep 2017 20:56:52 -0600 Subject: Removed unused code from first idle_mode(); experiment. --- spaghetti-monster/fsm-standby.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spaghetti-monster/fsm-standby.h') 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 -- cgit v1.2.3