Add sanity checks for EMERGENCY_PARSER

This commit is contained in:
Scott Lahteine
2018-04-24 09:24:26 -05:00
parent f06c3c38b9
commit a3ce8a3fcd
6 changed files with 20 additions and 4 deletions

View File

@ -64,3 +64,7 @@
#endif
#endif
#endif // SPINDLE_LASER_ENABLE
#if ENABLED(EMERGENCY_PARSER)
#error "EMERGENCY_PARSER is not yet implemented for STM32F7. Disable EMERGENCY_PARSER to continue."
#endif