diff options
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 |
