Fix Includes in servo

This commit is contained in:
philsson 2018-08-31 14:01:42 +02:00 committed by GitHub
parent b775ebd883
commit 2985c0c5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#include "src/drivers/Servo.h"
#include "src/drivers/servo.h"
#include "mbed-os/rtos/Thread.h"
@ -149,4 +149,4 @@ void Servo::stop()
}
}
} // namespace drivers
} // namespace drivers