Browse Source

Update Marlin_main.cpp

Corrected "servo.h" to "Servo.h" because of the updated filename.
pull/1/head
Bernardo 10 years ago
parent
commit
ff67ee73fc
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save