USB Device library for the STM32F103 with USB Device Firmware Upgrade (DFU) runtime support.

Dependents:   STM32F103C8T6_WebUSBDFU STM32F103C8T6_USBDFU STM32F103C8T6_USBDFU dfu_usb_stm32f103

Fork of USBDevice_STM32F103 by Zoltan Hudak

Revision:
10:1e3d126a322b
Parent:
8:335f2506f422
Child:
11:eeb3cbbaa996
--- a/USBDevice/USBHAL.h	Mon Mar 04 13:37:51 2013 +0000
+++ b/USBDevice/USBHAL.h	Thu May 30 17:16:57 2013 +0100
@@ -22,6 +22,10 @@
 #include "mbed.h"
 #include "USBEndpoints.h"
 
+#ifdef __GNUC__
+#define __packed __attribute__ ((__packed__))
+#endif
+
 class USBHAL {
 public:
     /* Configuration */