Skip to content
Snippets Groups Projects
Commit 873f7d6f authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Check that configs are up-to-date

parent b5200e18
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
#include "fastio.h" #include "fastio.h"
#include "Configuration.h" #include "Configuration.h"
#ifndef SANITYCHECK_H
#error Your Configuration.h and Configuration_adv.h files are outdated!
#endif
#if (ARDUINO >= 100) #if (ARDUINO >= 100)
#include "Arduino.h" #include "Arduino.h"
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment