Browse Source

Check that configs are up-to-date

Scott Lahteine 10 years ago
parent
commit
873f7d6f2a
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/Marlin.h

+ 4
- 0
Marlin/Marlin.h View File

@@ -21,6 +21,10 @@
21 21
 #include "fastio.h"
22 22
 #include "Configuration.h"
23 23
 
24
+#ifndef SANITYCHECK_H
25
+  #error Your Configuration.h and Configuration_adv.h files are outdated!
26
+#endif
27
+
24 28
 #if (ARDUINO >= 100)
25 29
   #include "Arduino.h"
26 30
 #else

Loading…
Cancel
Save