浏览代码

Removed forced in lining for lib8tion functions (#5670)

XScorpion2 6 年之前
父节点
当前提交
7d4ae3e66e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/lib8tion/lib8tion.h

+ 2 - 2
lib/lib8tion/lib8tion.h

@@ -167,8 +167,8 @@ Lib8tion is pronounced like 'libation': lie-BAY-shun
 
 
 #include <stdint.h>
 #include <stdint.h>
 
 
-#define LIB8STATIC __attribute__ ((unused)) static inline
-#define LIB8STATIC_ALWAYS_INLINE __attribute__ ((always_inline)) static inline
+#define LIB8STATIC static inline
+#define LIB8STATIC_ALWAYS_INLINE static inline
 
 
 #if !defined(__AVR__)
 #if !defined(__AVR__)
 #include <string.h>
 #include <string.h>