mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🎨 Tweak FORCE_INLINE
This commit is contained in:
parent
e52c30d43a
commit
149cbe795d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue