AT90USB is defined in pins.h

master
Richard Wackerbarth 10 years ago
parent 735bf2d35f
commit 1d8f61ca8a

@ -205,6 +205,8 @@
#define CONDITIONALS_H #define CONDITIONALS_H
#include "pins.h"
#ifndef AT90USB #ifndef AT90USB
#define HardwareSerial_h // trick to disable the standard HWserial #define HardwareSerial_h // trick to disable the standard HWserial
#endif #endif
@ -215,8 +217,6 @@
#include "WProgram.h" #include "WProgram.h"
#endif #endif
#include "pins.h"
/** /**
* ENDSTOPPULLUPS * ENDSTOPPULLUPS
*/ */

@ -20,6 +20,7 @@
#include "fastio.h" #include "fastio.h"
#include "Configuration.h" #include "Configuration.h"
#include "pins.h"
#ifndef SANITYCHECK_H #ifndef SANITYCHECK_H
#error Your Configuration.h and Configuration_adv.h files are outdated! #error Your Configuration.h and Configuration_adv.h files are outdated!

Loading…
Cancel
Save