diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-21 09:40:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-05-21 09:40:13 -0400 |
commit | 84bae6ff41283a161b16321c72a68813d4ff333a (patch) | |
tree | 3efae382c47e04e8d66e671da23d37888f1c9bf1 /test | |
parent | 1856f955030de2f1fc00cf82984cbbec0ef006cc (diff) | |
download | kutter-84bae6ff41283a161b16321c72a68813d4ff333a.tar.gz kutter-84bae6ff41283a161b16321c72a68813d4ff333a.tar.xz kutter-84bae6ff41283a161b16321c72a68813d4ff333a.zip |
mcu: Fix reserve pin check
Fix typo causing conflict with mcu name and constant name.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/temperature.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klippy/temperature.cfg b/test/klippy/temperature.cfg index 4a81a08c..83e5efa4 100644 --- a/test/klippy/temperature.cfg +++ b/test/klippy/temperature.cfg @@ -54,7 +54,7 @@ min_temp: 0 max_temp: 130 [temperature_fan test_max6675] -pin: ar1 +pin: ar9 min_temp: 0 max_temp: 100 control: watermark |