|
@ -28,8 +28,8 @@ |
|
|
// #error "SPINDLE_LASER_PWM_PIN must use SERVO0, SERVO1 or SERVO3 connector"
|
|
|
// #error "SPINDLE_LASER_PWM_PIN must use SERVO0, SERVO1 or SERVO3 connector"
|
|
|
//#endif
|
|
|
//#endif
|
|
|
|
|
|
|
|
|
#if ENABLED(FAST_PWM_FAN) |
|
|
#if ENABLED(FAST_PWM_FAN) || SPINDLE_LASER_FREQUENCY |
|
|
#error "FAST_PWM_FAN is not yet implemented for this platform." |
|
|
#error "Features requiring Hardware PWM (FAST_PWM_FAN, SPINDLE_LASER_FREQUENCY) are not yet supported on STM32." |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if ENABLED(SDCARD_EEPROM_EMULATION) && DISABLED(SDSUPPORT) |
|
|
#if ENABLED(SDCARD_EEPROM_EMULATION) && DISABLED(SDSUPPORT) |
|
|