Check that configs are up-to-date
This commit is contained in:
parent
b5200e184c
commit
873f7d6f2a
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
#include "fastio.h"
|
||||
#include "Configuration.h"
|
||||
|
||||
#ifndef SANITYCHECK_H
|
||||
#error Your Configuration.h and Configuration_adv.h files are outdated!
|
||||
#endif
|
||||
|
||||
#if (ARDUINO >= 100)
|
||||
#include "Arduino.h"
|
||||
#else
|
||||
|
|
Reference in a new issue