Sfoglia il codice sorgente

Fix typo in SanityCheck.h

Scott Lahteine 10 anni fa
parent
commit
2b92b01afc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h Vedi File

323
 
323
 
324
   #if !defined(THERMAL_PROTECTION_BED) && defined(THERMAL_PROTECTION_BED_PERIOD)
324
   #if !defined(THERMAL_PROTECTION_BED) && defined(THERMAL_PROTECTION_BED_PERIOD)
325
     #error Thermal Runaway Protection for the bed must now be enabled with THERMAL_PROTECTION_BED
325
     #error Thermal Runaway Protection for the bed must now be enabled with THERMAL_PROTECTION_BED
326
-  #error
326
+  #endif
327
 
327
 
328
 #endif //SANITYCHECK_H
328
 #endif //SANITYCHECK_H

Loading…
Annulla
Salva