🎨 Tweak FORCE_INLINE

x301
Scott Lahteine 3 years ago
parent 66048a5f27
commit d137f307eb

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

Loading…
Cancel
Save