diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-03-08 20:00:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-03-08 20:23:09 -0500 |
commit | bcaf818c0e2bc6b92a579318b9ac97911d0104bf (patch) | |
tree | 50ce5f15e290ea56a9d1658f9ef834bff64af9a7 /config/avrsim.cfg | |
parent | 37bac916e7dd7159fe731f313859e31e743f7f23 (diff) | |
download | kutter-bcaf818c0e2bc6b92a579318b9ac97911d0104bf.tar.gz kutter-bcaf818c0e2bc6b92a579318b9ac97911d0104bf.tar.xz kutter-bcaf818c0e2bc6b92a579318b9ac97911d0104bf.zip |
fan: Default to using software PWM
Not all hardware has PWM support and there is no compelling reason to
use hardware PWM for fans. Change the default to use software PWM.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/avrsim.cfg')
-rw-r--r-- | config/avrsim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg index 83afde34..6a50ae80 100644 --- a/config/avrsim.cfg +++ b/config/avrsim.cfg @@ -65,7 +65,6 @@ max_temp: 110 [fan] pin: ar14 -hard_pwm: 1 [mcu] serial: /tmp/pseudoserial |