Ver código fonte

Fix a compile error in EMERGENCY_PARSER sanity check

Scott Lahteine 9 anos atrás
pai
commit
8100a4dace
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h Ver arquivo

@@ -744,6 +744,6 @@
744 744
 /**
745 745
  * emergency-command parser
746 746
  */
747
-#if ENABLED(EMERGENCY_PARSER) && ENABLED(USBCON)
747
+#if ENABLED(EMERGENCY_PARSER) && defined(USBCON)
748 748
   #error "EMERGENCY_PARSER does not work on boards with AT90USB processors (USBCON)."
749 749
 #endif

Carregando…
Cancelar
Salvar