Explorar el Código

🎨 Tweak FORCE_INLINE

Scott Lahteine hace 3 años
padre
commit
149cbe795d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/HAL/shared/Marduino.h

+ 1
- 1
Marlin/src/HAL/shared/Marduino.h Ver fichero

@@ -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…
Cancelar
Guardar