aboutsummaryrefslogtreecommitdiff
path: root/fsm/adc.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2024-03-23 22:30:05 -0600
committerSelene ToyKeeper2024-03-23 22:30:05 -0600
commitef7581e825a851de85918d4c3a3146ba767403a4 (patch)
tree049d1c849332caef06f7e1dc15db78b5cbf709f1 /fsm/adc.h
parentenabled eeprom read/write stabilization by default on recent MCUs, (diff)
downloadanduril-ef7581e825a851de85918d4c3a3146ba767403a4.tar.gz
anduril-ef7581e825a851de85918d4c3a3146ba767403a4.tar.bz2
anduril-ef7581e825a851de85918d4c3a3146ba767403a4.zip
fixed inaccurate comment (thanks to xikteny for spotting it)
Diffstat (limited to 'fsm/adc.h')
-rw-r--r--fsm/adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsm/adc.h b/fsm/adc.h
index 02e33f8..f66bf34 100644
--- a/fsm/adc.h
+++ b/fsm/adc.h
@@ -15,7 +15,7 @@ volatile uint8_t adc_reset = 2;
#ifndef VOLTAGE_WARNING_SECONDS
#define VOLTAGE_WARNING_SECONDS 5
#endif
-// low-battery threshold in volts * 10
+// low-battery threshold in volts * 40
#ifndef VOLTAGE_LOW
#define VOLTAGE_LOW (4*29)
#endif