mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 15:44:02 -06:00
Fix USEABLE_HARDWARE_PWM
This commit is contained in:
parent
d63da4592d
commit
ad91476d26
1 changed files with 1 additions and 1 deletions
|
@ -352,4 +352,4 @@ enum ClockSource2 : char {
|
||||||
#error "unknown CPU"
|
#error "unknown CPU"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define USEABLE_HARDWARE_PWM(P) (PWM_PIN(P) && !PWM_CHK(p))
|
#define USEABLE_HARDWARE_PWM(P) (PWM_PIN(P) && !PWM_CHK(P))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue