Skip to content

Commit 4ab63af

Browse files
committed
Add missing include
1 parent 009d16d commit 4ab63af

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)