0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

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