From 39b43b676e9aa8f549fea6fca7a6b7fd7891de69 Mon Sep 17 00:00:00 2001 From: vin Date: Mon, 15 Jan 2024 18:52:15 -0500 Subject: remove more unused libraries --- lib/usbhost/arduino-1.0.1/cores/arduino/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/usbhost/arduino-1.0.1/cores/arduino/main.cpp (limited to 'lib/usbhost/arduino-1.0.1/cores/arduino/main.cpp') diff --git a/lib/usbhost/arduino-1.0.1/cores/arduino/main.cpp b/lib/usbhost/arduino-1.0.1/cores/arduino/main.cpp deleted file mode 100644 index 3d4e079d2a..0000000000 --- a/lib/usbhost/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