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:
parent
e52c30d43a
commit
149cbe795d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue