diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lib8tion/lib8tion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib8tion/lib8tion.h b/lib/lib8tion/lib8tion.h index d93c748e6..4c770cbcb 100644 --- a/lib/lib8tion/lib8tion.h +++ b/lib/lib8tion/lib8tion.h | |||
@@ -167,8 +167,8 @@ Lib8tion is pronounced like 'libation': lie-BAY-shun | |||
167 | 167 | ||
168 | #include <stdint.h> | 168 | #include <stdint.h> |
169 | 169 | ||
170 | #define LIB8STATIC __attribute__ ((unused)) static inline | 170 | #define LIB8STATIC static inline |
171 | #define LIB8STATIC_ALWAYS_INLINE __attribute__ ((always_inline)) static inline | 171 | #define LIB8STATIC_ALWAYS_INLINE static inline |
172 | 172 | ||
173 | #if !defined(__AVR__) | 173 | #if !defined(__AVR__) |
174 | #include <string.h> | 174 | #include <string.h> |