AT90USB is defined in pins.h

This commit is contained in:
Richard Wackerbarth 2015-05-21 11:44:40 -05:00
parent 735bf2d35f
commit 1d8f61ca8a
2 changed files with 3 additions and 2 deletions

View File

@ -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
*/

View File

@ -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!