From adb351882ca644590767f4079f164294b0c76e10 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 23 Jun 2015 17:50:53 +0000 Subject: remove setupUSB weak hook and replace with global constructors thanks @matthijskooijman --- cores/arduino/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cores/arduino/main.cpp b/cores/arduino/main.cpp index f4346ec..434cd40 100644 --- a/cores/arduino/main.cpp +++ b/cores/arduino/main.cpp @@ -37,7 +37,6 @@ int main(void) initVariant(); #if defined(USBCON) - setupUSB(); USBDevice.attach(); #endif -- cgit v1.2.3-18-g5258