Skip to main content
Sign in
Snippets Groups Projects
Commit 5418faa1 authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Add sanity checks for old names

parent f03e0637
No related branches found
No related tags found
No related merge requests found
......@@ -366,4 +366,12 @@
#error BEEPER has been replaced with BEEPER_PIN. Please update your pins definitions.
#endif
#ifdef SDCARDDETECT
#error SDCARDDETECT is now SD_DETECT_PIN. Please update your pins definitions.
#endif
#ifdef SDCARDDETECTINVERTED
#error SDCARDDETECTINVERTED is now SD_DETECT_INVERTED. Please update your configuration.
#endif
#endif //SANITYCHECK_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment