소스 검색

🎨 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…
취소
저장