Parcourir la source

Fix typo in SanityCheck.h

Scott Lahteine il y a 9 ans
Parent
révision
2b92b01afc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h Voir le fichier

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

Chargement…
Annuler
Enregistrer