Skip to content

Commit

Permalink
Removed forced in lining for lib8tion functions (qmk#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
XScorpion2 authored and drashna committed Apr 30, 2019
1 parent 81d4f10 commit 51cdb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lib8tion/lib8tion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 51cdb23

Please sign in to comment.