🎨 Tweak FORCE_INLINE

This commit is contained in:
Scott Lahteine 2021-10-04 22:19:05 -05:00
parent 66048a5f27
commit d137f307eb

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"