Removed forced in lining for lib8tion functions (#5670)

pull/5990/head
XScorpion2 6 years ago committed by Drashna Jaelre
parent 396c6adaa8
commit 51b568a197
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

@ -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>

Loading…
Cancel
Save