Fixed lowercase change missing on commit a22a228b
.
Servo.cpp and Servo.h were changed to lowercase in Makefile but not their actual filenames.
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
#endif
|
||||
|
||||
#if NUM_SERVOS > 0
|
||||
#include "Servo.h"
|
||||
#include "servo.h"
|
||||
#endif
|
||||
|
||||
#if HAS_DIGIPOTSS
|
||||
|
Reference in New Issue
Block a user