Update Marlin_main.cpp

Corrected "servo.h" to "Servo.h" because of the updated filename.
This commit is contained in:
Bernardo 2015-04-27 23:29:16 -03:00
parent 01bedd17c9
commit ff67ee73fc

View file

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