USB Device for NUCLEO-F103RB, STM32F103C8T6 and Maple Mini boards

Dependents:   MapleMini_USBSerial STM32F103C8T6_USBKeyboard firstDelta STM32F103C8T6_USBSerial ... more

Fork of L152RE_USBDevice by Norimasa Okamoto

Revision:
10:1e3d126a322b
Parent:
8:335f2506f422
Child:
11:eeb3cbbaa996
diff -r 354942d2fa38 -r 1e3d126a322b USBDevice/USBHAL.h
--- 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 */