Correct PWM_PIN behavior for STM32 HALs (#12027)

This commit is contained in:
Nils Hasenbanck
2018-10-08 00:08:01 +02:00
committed by Scott Lahteine
parent f2ecf8d510
commit 191df5e17d
5 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@
#define GET_OUTPUT(IO) (_GET_MODE(IO) == GPIO_OUTPUT_PP)
#define GET_TIMER(IO) (PIN_MAP[IO].timer_device != NULL)
#define PWM_PIN(p) digitalPinHasPWM(p)
#define PWM_PIN(p) true
#define USEABLE_HARDWARE_PWM(p) PWM_PIN(p)
#endif // _FASTIO_STM32F1_H