Skip to content

Commit

Permalink
pwm: 1000hz -> 500hz to retain backwards compat
Browse files Browse the repository at this point in the history
...and since it still causes hwdt crashes
  • Loading branch information
mcspr committed Nov 25, 2022
1 parent 824e121 commit d664b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/espurna/config/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@
#endif

#ifndef PWM_FREQUENCY
#define PWM_FREQUENCY 1000 // (Hz)
#define PWM_FREQUENCY 500 // (Hz)
#endif

#ifndef PWM_RESOLUTION
Expand Down

0 comments on commit d664b9d

Please sign in to comment.