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: idd_hw3_ddrew73_fil_clashLHC
Fork of USBDevice by
Diff: USBDevice/USBHAL.h
- 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 */
