~ruther/qmk_firmware

7d4ae3e66ebe1e9ff52ad4eb87da8cd9f01c142a — XScorpion2 6 years ago 75d72c2
Removed forced in lining for lib8tion functions (#5670)

1 files changed, 2 insertions(+), 2 deletions(-)

M lib/lib8tion/lib8tion.h
M lib/lib8tion/lib8tion.h => lib/lib8tion/lib8tion.h +2 -2
@@ 167,8 167,8 @@ Lib8tion is pronounced like 'libation': lie-BAY-shun

#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__)
#include <string.h>