diff options
| author | Selene ToyKeeper | 2024-03-23 22:30:05 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-03-23 22:30:05 -0600 |
| commit | ef7581e825a851de85918d4c3a3146ba767403a4 (patch) | |
| tree | 049d1c849332caef06f7e1dc15db78b5cbf709f1 /fsm/adc.h | |
| parent | enabled eeprom read/write stabilization by default on recent MCUs, (diff) | |
| download | anduril-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
