Skip to content

Commit 3bf0875

Browse files
authored
Merge pull request #60 from sbhklr/mbed-fix
Add missing include
2 parents 009d16d + 4ab63af commit 3bf0875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mbed/Servo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <Arduino.h>
44
#include <Servo.h>
5+
#include <mbed.h>
56

67
class ServoImpl {
78
mbed::DigitalOut *pin;

0 commit comments

Comments
 (0)