Bläddra i källkod

🎨 Tweak FORCE_INLINE

Scott Lahteine 3 år sedan
förälder
incheckning
149cbe795d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/src/HAL/shared/Marduino.h

+ 1
- 1
Marlin/src/HAL/shared/Marduino.h Visa fil

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

Laddar…
Avbryt
Spara