Browse Source

🎨 Tweak FORCE_INLINE

Scott Lahteine 3 years ago
parent
commit
149cbe795d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/shared/Marduino.h

+ 1
- 1
Marlin/src/HAL/shared/Marduino.h View File

@@ -83,7 +83,7 @@
83 83
 #endif
84 84
 
85 85
 #ifndef FORCE_INLINE
86
-  #define FORCE_INLINE inline __attribute__((always_inline))
86
+  #define FORCE_INLINE __attribute__((always_inline)) inline
87 87
 #endif
88 88
 
89 89
 #include "progmem.h"

Loading…
Cancel
Save