AT90USB is defined in pins.h
This commit is contained in:
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…
Reference in a new issue