Emergency Parser for STM32F1 (#19279)

This commit is contained in:
Victor Oliveira
2020-09-06 19:23:36 -03:00
committed by GitHub
parent 2ea1bf0e1d
commit b6ab163814
4 changed files with 145 additions and 15 deletions

View File

@ -25,10 +25,6 @@
* Test STM32F1-specific configuration values for errors at compile-time.
*/
#if ENABLED(EMERGENCY_PARSER)
#error "EMERGENCY_PARSER is not yet implemented for STM32F1. Disable EMERGENCY_PARSER to continue."
#endif
#if ENABLED(FAST_PWM_FAN) || SPINDLE_LASER_FREQUENCY
#error "Features requiring Hardware PWM (FAST_PWM_FAN, SPINDLE_LASER_FREQUENCY) are not yet supported on STM32F1."
#endif