X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol%2Fusb_hid%2Farduino-1.0.1%2Fcores%2Farduino%2Fmain.cpp;fp=tmk_core%2Fprotocol%2Fusb_hid%2Farduino-1.0.1%2Fcores%2Farduino%2Fmain.cpp;h=0000000000000000000000000000000000000000;hb=78e05bd172aca74b30293d9c5964ef3c706ad4db;hp=3d4e079d2a000a076350509dd424942df5949921;hpb=7f7b7ffdc21361a9760fdc006b070787b1aaaa00;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp b/tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp deleted file mode 100644 index 3d4e079d..00000000 --- a/tmk_core/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; -} -