Skip to content

Commit

Permalink
Merge pull request #1 from pbrier/master
Browse files Browse the repository at this point in the history
Build USB libs with GCC_ARM
  • Loading branch information
emilmont committed Apr 16, 2013
2 parents 4a6e8aa + 4440251 commit 0037711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/USBDevice/USBDevice/USBHAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#include "mbed.h"
#include "USBEndpoints.h"

#ifdef __GNUC__
#define __packed __attribute__ ((__packed__))
#endif

class USBHAL {
public:
/* Configuration */
Expand Down

0 comments on commit 0037711

Please sign in to comment.