USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

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 */