Correct PWM_PIN behavior for STM32 HALs (#12027)
This commit is contained in:
committed by
Scott Lahteine
parent
f2ecf8d510
commit
191df5e17d
@ -53,7 +53,7 @@
|
||||
#define GET_OUTPUT(IO)
|
||||
#define GET_TIMER(IO)
|
||||
|
||||
#define PWM_PIN(p) digitalPinHasPWM(p)
|
||||
#define PWM_PIN(p) true
|
||||
#define USEABLE_HARDWARE_PWM(p) PWM_PIN(p)
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user