Merge pull request #1 from pbrier/master

Build USB libs with GCC_ARM
pull/2/merge
Emilio Monti 2013-04-16 02:38:15 -07:00
commit 0037711cc5
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include "mbed.h"
#include "USBEndpoints.h"
#ifdef __GNUC__
#define __packed __attribute__ ((__packed__))
#endif
class USBHAL {
public:
/* Configuration */