diff options
Diffstat (limited to 'cores/arduino/main.cpp')
-rw-r--r--[-rwxr-xr-x] | cores/arduino/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/main.cpp b/cores/arduino/main.cpp index 34450f4..3d4e079 100755..100644 --- a/cores/arduino/main.cpp +++ b/cores/arduino/main.cpp @@ -5,7 +5,7 @@ int main(void) init(); #if defined(USBCON) - USB.attach(); + USBDevice.attach(); #endif setup(); |