ソースを参照

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

読み込み中…
キャンセル
保存