Version of USBDevice that works for KL25Z on Mbed OS2.
Fork of USBDevice by
Diff: USBDevice/USBHAL.h
- 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 */