AT90USB is defined in pins.h

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

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

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

Loading…
Cancel
Save