Removed unnecessary Arduino include
This commit is contained in:
parent
86ed8a146b
commit
a95361043b
1 changed files with 0 additions and 3 deletions
|
|
@ -27,9 +27,6 @@ THE SOFTWARE.
|
||||||
// Software version
|
// Software version
|
||||||
#define HID_PROJECT_VERSION 250
|
#define HID_PROJECT_VERSION 250
|
||||||
|
|
||||||
// TODO remove https://github.com/arduino/arduino-builder/issues/33
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
#if ARDUINO < 10606
|
#if ARDUINO < 10606
|
||||||
#error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.
|
#error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue