Browse Source

Fix typo in SanityCheck.h

Scott Lahteine 9 years ago
parent
commit
2b92b01afc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h View 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…
Cancel
Save