aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/anduril/tempcheck-mode.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-09-24 08:40:21 -0600
committerSelene ToyKeeper2020-09-24 08:40:21 -0600
commit0030172d385df682beb82abe1dbe2043e4ab9aed (patch)
tree3b93f6d03b999dcb8f5e4aa1594a6a8204732286 /spaghetti-monster/anduril/tempcheck-mode.h
parentclearer comments about "Ramp 2C" behaviors with each build option (diff)
downloadanduril-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.h2
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