Update Marlin_main.cpp
Corrected "servo.h" to "Servo.h" because of the updated filename.
This commit is contained in:
parent
01bedd17c9
commit
ff67ee73fc
@ -60,7 +60,7 @@
|
||||
#endif
|
||||
|
||||
#if NUM_SERVOS > 0
|
||||
#include "servo.h"
|
||||
#include "Servo.h"
|
||||
#endif
|
||||
|
||||
#if HAS_DIGIPOTSS
|
||||
|
Loading…
Reference in New Issue
Block a user