diff options
| author | Selene ToyKeeper | 2020-03-16 03:19:42 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-03-16 03:19:42 -0600 |
| commit | 49f1b5ccd2033109814b99ea4650375e8f33a6be (patch) | |
| tree | 40b185f4198630a1a9377c6282db5f9e690f9cbc /spaghetti-monster/fsm-standby.c | |
| parent | increased blink speed slightly, and added a library function to blink out 16-... (diff) | |
| download | anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.tar.gz anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.tar.bz2 anduril-49f1b5ccd2033109814b99ea4650375e8f33a6be.zip | |
merged some misc fixes from pakutrai, cleaned up comments, removed unused symbols
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-standby.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spaghetti-monster/fsm-standby.c b/spaghetti-monster/fsm-standby.c index 14b6df1..b002b91 100644 --- a/spaghetti-monster/fsm-standby.c +++ b/spaghetti-monster/fsm-standby.c @@ -87,10 +87,6 @@ void sleep_until_eswitch_pressed() #ifdef USE_THERMAL_REGULATION // forget what the temperature was last time we were on reset_thermal_history = 1; - // FIXME: not sure if this should be here - // (the intent is to make sure temperature gets measured before - // thermal logic gets executed) - //set_admux_therm(); #endif // go back to normal running mode |
