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
|
||||
#define HID_PROJECT_VERSION 250
|
||||
|
||||
// TODO remove https://github.com/arduino/arduino-builder/issues/33
|
||||
#include <Arduino.h>
|
||||
|
||||
#if ARDUINO < 10606
|
||||
#error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE.
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue