浏览代码

Update Marlin_main.cpp

Corrected "servo.h" to "Servo.h" because of the updated filename.
Bernardo 10 年前
父节点
当前提交
ff67ee73fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Marlin_main.cpp

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

@@ -60,7 +60,7 @@
60 60
 #endif
61 61
 
62 62
 #if NUM_SERVOS > 0
63
-  #include "servo.h"
63
+  #include "Servo.h"
64 64
 #endif
65 65
 
66 66
 #if HAS_DIGIPOTSS

正在加载...
取消
保存