From a6d9868f8274087b15dacf828835feb717c855ba Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 23 Jun 2015 17:50:53 +0000 Subject: [PATCH] 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