From 7e12aebbdb95f4fa3ed45dc67a142400ffbbf381 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 18 Oct 2012 15:03:23 -0400 Subject: [PATCH] Updating USB core to work at 8 MHz (different PLLCSR value). --- hardware/arduino/cores/arduino/USBCore.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hardware/arduino/cores/arduino/USBCore.cpp b/hardware/arduino/cores/arduino/USBCore.cpp index 8bcf66c54..decfd6bfb 100644 --- a/hardware/arduino/cores/arduino/USBCore.cpp +++ b/hardware/arduino/cores/arduino/USBCore.cpp @@ -638,7 +638,11 @@ void USBDevice_::attach() _usbConfiguration = 0; UHWCON = 0x01; // power internal reg USBCON = (1<