aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-09 21:09:59 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-09 21:09:59 +0200
commit91a2ed0ac3a27f379001eea36480be74378e89d8 (patch)
tree35b81508bd403cadf6c26e95dd9a3e72bd637c5d /src
parenta51e349f479da83ab6444fa0cd38ff8d906419cf (diff)
downloadglutte-o-matic-91a2ed0ac3a27f379001eea36480be74378e89d8.tar.gz
glutte-o-matic-91a2ed0ac3a27f379001eea36480be74378e89d8.tar.bz2
glutte-o-matic-91a2ed0ac3a27f379001eea36480be74378e89d8.zip
Fix analog_supply_too_low() comment
Diffstat (limited to 'src')
-rw-r--r--src/common/src/GPIO/analog.c2
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)
{