This fork re-enables FRDM boards and adds WebUSB CDC functionality

Fork of USBDevice_STM32F103 by Devan Lai

Revision:
67:39396cc073f2
Parent:
66:390c4a31db54
Child:
69:8d72761d52fd
--- a/USBDFU/USBDFU.cpp	Mon Aug 29 00:47:17 2016 +0000
+++ b/USBDFU/USBDFU.cpp	Sun Sep 04 03:13:09 2016 +0000
@@ -19,7 +19,7 @@
 #include "stdint.h"
 #include "USBHAL.h"
 #include "USBDFU.h"
-
+#include "DFU.h"
 
 USBDFU::USBDFU(uint16_t vendor_id, uint16_t product_id, uint16_t product_release, bool connect)
     : USBDevice(vendor_id, product_id, product_release),