Browse Source

Update Marlin_main.cpp

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

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save