Browse Source

Add a sanity check for old name "BEEPER"

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
e944f960de
  1. 4
      Marlin/SanityCheck.h

4
Marlin/SanityCheck.h

@ -362,4 +362,8 @@
#error "Z_LATE_ENABLE can't be used with COREXZ."
#endif
#ifdef BEEPER
#error BEEPER has been replaced with BEEPER_PIN. Please update your pins definitions.
#endif
#endif //SANITYCHECK_H

Loading…
Cancel
Save