瀏覽代碼

🎨 Tweak FORCE_INLINE

Scott Lahteine 3 年之前
父節點
當前提交
149cbe795d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/HAL/shared/Marduino.h

+ 1
- 1
Marlin/src/HAL/shared/Marduino.h 查看文件

@@ -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…
取消
儲存