瀏覽代碼

Update Servo.cpp

Updated "servo.h" to "Servo.h"
Bernardo 9 年之前
父節點
當前提交
e449659338
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/Servo.cpp

+ 1
- 1
Marlin/Servo.cpp 查看文件

@@ -48,7 +48,7 @@
48 48
 #include <avr/interrupt.h>
49 49
 #include <Arduino.h>
50 50
 
51
-#include "servo.h"
51
+#include "Servo.h"
52 52
 
53 53
 #define usToTicks(_us)    (( clockCyclesPerMicrosecond()* _us) / 8)     // converts microseconds to tick (assumes prescale of 8)  // 12 Aug 2009
54 54
 #define ticksToUs(_ticks) (( (unsigned)_ticks * 8)/ clockCyclesPerMicrosecond() ) // converts from ticks back to microseconds

Loading…
取消
儲存