STM32: No compile-time check for PWM_PIN (#18539)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user