HW PWM sanity checks for SPINDLE_LASER_FREQUENCY (#18947)
This commit is contained in:
		@@ -52,8 +52,8 @@
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if ENABLED(FAST_PWM_FAN)
 | 
			
		||||
  #error "FAST_PWM_FAN is not yet implemented for this platform."
 | 
			
		||||
#if ENABLED(FAST_PWM_FAN) || SPINDLE_LASER_FREQUENCY
 | 
			
		||||
  #error "Features requiring Hardware PWM (FAST_PWM_FAN, SPINDLE_LASER_FREQUENCY) are not yet supported on DUE."
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if HAS_TMC_SW_SERIAL
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user