🎨 Tweak FORCE_INLINE
This commit is contained in:
parent
66048a5f27
commit
d137f307eb
@ -83,7 +83,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FORCE_INLINE
|
#ifndef FORCE_INLINE
|
||||||
#define FORCE_INLINE inline __attribute__((always_inline))
|
#define FORCE_INLINE __attribute__((always_inline)) inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "progmem.h"
|
#include "progmem.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user