USBDevice library fork to add multi-function (e.g. Keyboard(HID) + Virtual COM Port(CDC)) usb support.

Fork of USBDevice by Maxim Integrated

Revision:
70:7e8e3be9f0e3
Parent:
47:a0cd9646ecd1
--- a/USBAudio/USBAudio.cpp	Tue Sep 11 15:17:01 2018 +0300
+++ b/USBAudio/USBAudio.cpp	Thu Oct 04 15:43:40 2018 +0300
@@ -57,7 +57,7 @@
     volume = 0;
 
     // connect the device
-    USBDevice::connect();
+    // USBDevice::connect(); XXX Removed from here to support multi-function usb devices
 }
 
 bool USBAudio::read(uint8_t * buf) {