diff options
| author | Selene ToyKeeper | 2020-09-24 08:40:21 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-09-24 08:40:21 -0600 |
| commit | 0030172d385df682beb82abe1dbe2043e4ab9aed (patch) | |
| tree | 3b93f6d03b999dcb8f5e4aa1594a6a8204732286 /spaghetti-monster/anduril/tempcheck-mode.h | |
| parent | clearer comments about "Ramp 2C" behaviors with each build option (diff) | |
| download | anduril-0030172d385df682beb82abe1dbe2043e4ab9aed.tar.gz anduril-0030172d385df682beb82abe1dbe2043e4ab9aed.tar.bz2 anduril-0030172d385df682beb82abe1dbe2043e4ab9aed.zip | |
changed menu style and moved menus from "click" events to "hold" events
(also reduced ROM size by 126 bytes)
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/tempcheck-mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/tempcheck-mode.h b/spaghetti-monster/anduril/tempcheck-mode.h index 36c41c1..83edd9c 100644 --- a/spaghetti-monster/anduril/tempcheck-mode.h +++ b/spaghetti-monster/anduril/tempcheck-mode.h @@ -24,7 +24,7 @@ uint8_t tempcheck_state(Event event, uint16_t arg); uint8_t thermal_config_state(Event event, uint16_t arg); -void thermal_config_save(); +void thermal_config_save(uint8_t step, uint8_t value); #endif |
