Fix a compile error in EMERGENCY_PARSER sanity check
This commit is contained in:
parent
45f67164b6
commit
8100a4dace
@ -744,6 +744,6 @@
|
|||||||
/**
|
/**
|
||||||
* emergency-command parser
|
* emergency-command parser
|
||||||
*/
|
*/
|
||||||
#if ENABLED(EMERGENCY_PARSER) && ENABLED(USBCON)
|
#if ENABLED(EMERGENCY_PARSER) && defined(USBCON)
|
||||||
#error "EMERGENCY_PARSER does not work on boards with AT90USB processors (USBCON)."
|
#error "EMERGENCY_PARSER does not work on boards with AT90USB processors (USBCON)."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user