Update Marlin_main.cpp

Corrected "servo.h" to "Servo.h" because of the updated filename.
master
Bernardo 9 years ago
parent 01bedd17c9
commit ff67ee73fc

@ -60,7 +60,7 @@
#endif
#if NUM_SERVOS > 0
#include "servo.h"
#include "Servo.h"
#endif
#if HAS_DIGIPOTSS

Loading…
Cancel
Save