From 91a2ed0ac3a27f379001eea36480be74378e89d8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 9 May 2018 21:09:59 +0200 Subject: Fix analog_supply_too_low() comment --- src/common/src/GPIO/analog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3