Browse Source

Removed forced in lining for lib8tion functions (#5670)

pull/5741/head 0.6.343
XScorpion2 5 years ago
committed by Drashna Jaelre
parent
commit
7d4ae3e66e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/lib8tion/lib8tion.h

+ 2
- 2
lib/lib8tion/lib8tion.h View File

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