Emergency Parser for STM32 (#18095)

This commit is contained in:
rudihorn
2020-05-26 06:43:29 +01:00
committed by GitHub
parent 8b320f9095
commit 38ccc769f7
7 changed files with 232 additions and 22 deletions

View File

@ -28,10 +28,6 @@
// #error "SPINDLE_LASER_PWM_PIN must use SERVO0, SERVO1 or SERVO3 connector"
//#endif
#if ENABLED(EMERGENCY_PARSER)
#error "EMERGENCY_PARSER is not yet implemented for STM32. Disable EMERGENCY_PARSER to continue."
#endif
#if ENABLED(FAST_PWM_FAN)
#error "FAST_PWM_FAN is not yet implemented for this platform."
#endif