Add a sanity check for old name "BEEPER"

This commit is contained in:
Scott Lahteine 2015-07-30 23:22:56 -07:00 committed by Richard Wackerbarth
parent 8ebf0b92be
commit e944f960de

View file

@ -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