diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-05-09 21:09:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-05-09 21:09:59 +0200 |
commit | 91a2ed0ac3a27f379001eea36480be74378e89d8 (patch) | |
tree | 35b81508bd403cadf6c26e95dd9a3e72bd637c5d /src | |
parent | a51e349f479da83ab6444fa0cd38ff8d906419cf (diff) | |
download | glutte-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.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) { |