瀏覽代碼

Fix __ARM__ / __arm__ typo (#19063)

Giuliano Zaro 5 年之前
父節點
當前提交
d3c5161476
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/module/stepper.cpp

+ 1
- 1
Marlin/src/module/stepper.cpp 查看文件

@@ -1264,7 +1264,7 @@ void Stepper::set_directions() {
1264 1264
     }
1265 1265
 
1266 1266
     FORCE_INLINE int32_t Stepper::_eval_bezier_curve(const uint32_t curr_step) {
1267
-      #if defined(__ARM__) || defined(__thumb__)
1267
+      #if defined(__arm__) || defined(__thumb__)
1268 1268
 
1269 1269
         // For ARM Cortex M3/M4 CPUs, we have the optimized assembler version, that takes 43 cycles to execute
1270 1270
         uint32_t flo = 0;

Loading…
取消
儲存