Skip to content
Snippets Groups Projects
Unverified Commit c8f7aceb authored by GhostlyCrowd's avatar GhostlyCrowd Committed by GitHub
Browse files

STM32: No compile-time check for PWM_PIN (#18539)

parent dc6d8357
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ void FastIO_init(); // Must be called before using fast io macros
#define IS_OUTPUT(IO)
#define PWM_PIN(P) digitalPinHasPWM(P)
#define NO_COMPILE_TIME_PWM
// digitalRead/Write wrappers
#define extDigitalRead(IO) digitalRead(IO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment