Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32F103C8T6_WebUSBDFU STM32F103C8T6_USBDFU STM32F103C8T6_USBDFU dfu_usb_stm32f103
Fork of USBDevice_STM32F103 by
Diff: USBDFU/USBDFU.cpp
- 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),
