diff options
-rw-r--r-- | src/common/src/GPIO/analog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/GPIO/analog.c b/src/common/src/GPIO/analog.c index 03b502a..b6f75a6 100644 --- a/src/common/src/GPIO/analog.c +++ b/src/common/src/GPIO/analog.c @@ -31,7 +31,7 @@ static int supply_history_ix = 0; static int supply_history_ready = 0; static int last_qrp = 0; -// Return 1 if analog supply is too high +// Return 1 if analog supply is too low int analog_supply_too_low(void) { |