diff options
| author | hathach <[email protected]> | 2013-02-08 12:52:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-08 12:52:46 +0700 |
| commit | 5bacdc6c0fb7ea5255974142498b2dc56e3778ee (patch) | |
| tree | 405864b2ad77c8c640f98840eb01db39f2f191e9 /tinyusb/common | |
| parent | 489b98cb933e1f4b164bf1172a405d22528d2b8b (diff) | |
updating usbh init with class init
Diffstat (limited to 'tinyusb/common')
| -rw-r--r-- | tinyusb/common/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index 6859b0e01..c883faf2c 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -79,8 +79,10 @@ // TODO try to manipulate gcc cmd option instead #ifndef _TEST_ #define STATIC_ static + #define INLINE_ inline #else #define STATIC_ + #define INLINE_ #endif #define STRING_(x) #x // stringify without expand |
