Quellcode durchsuchen

Update Servo.cpp

Updated "servo.h" to "Servo.h"
Bernardo vor 9 Jahren
Ursprung
Commit
e449659338
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/Servo.cpp

+ 1
- 1
Marlin/Servo.cpp Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern