From 6746e37088ce8ba03529c1226bd216705edb2b1f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 10 Apr 2015 01:25:48 +0900 Subject: Remove core library and build files --- .../usb_hid/arduino-1.0.1/cores/arduino/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp (limited to 'protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp') diff --git a/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp b/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp deleted file mode 100644 index 3d4e079d2a..0000000000 --- a/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include - -int main(void) -{ - init(); - -#if defined(USBCON) - USBDevice.attach(); -#endif - - setup(); - - for (;;) { - loop(); - if (serialEventRun) serialEventRun(); - } - - return 0; -} - -- cgit v1.2.3