Skip to content
Snippets Groups Projects
Commit ad91476d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix USEABLE_HARDWARE_PWM

parent d63da459
No related branches found
No related tags found
No related merge requests found
......@@ -352,4 +352,4 @@ enum ClockSource2 : char {
#error "unknown CPU"
#endif
#define USEABLE_HARDWARE_PWM(P) (PWM_PIN(P) && !PWM_CHK(p))
#define USEABLE_HARDWARE_PWM(P) (PWM_PIN(P) && !PWM_CHK(P))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment