From ef7581e825a851de85918d4c3a3146ba767403a4 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 23 Mar 2024 22:30:05 -0600 Subject: fixed inaccurate comment (thanks to xikteny for spotting it) --- fsm/adc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fsm') 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 -- cgit v1.2.3