🎨 Tweak FORCE_INLINE

This commit is contained in:
Scott Lahteine
2021-10-04 22:19:05 -05:00
parent e52c30d43a
commit 149cbe795d

View File

@@ -83,7 +83,7 @@
#endif
#ifndef FORCE_INLINE
#define FORCE_INLINE inline __attribute__((always_inline))
#define FORCE_INLINE __attribute__((always_inline)) inline
#endif
#include "progmem.h"