From a95361043b4dde35407cb9e1135d28c5a73a5e32 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 30 Nov 2015 17:55:27 +0100 Subject: [PATCH] Removed unnecessary Arduino include --- src/HID-Project.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/HID-Project.h b/src/HID-Project.h index ff592d3..1858f0b 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -27,9 +27,6 @@ THE SOFTWARE. // Software version #define HID_PROJECT_VERSION 250 -// TODO remove https://github.com/arduino/arduino-builder/issues/33 -#include - #if ARDUINO < 10606 #error HID Project requires Arduino IDE 1.6.6 or greater. Please update your IDE. #endif