Skip to content

Commit 6110a78

Browse files
committed
Restore including mbed.h wrapper in Arduino.h
Fixes #47
1 parent 0e60eef commit 6110a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include "mbed/drivers/PwmOut.h"
4040
#include "mbed/drivers/AnalogIn.h"
4141
#include "mbed/drivers/DigitalInOut.h"
42+
#include "mbed.h"
4243
#undef F
4344
#endif //__cplusplus
4445

0 commit comments

Comments
 (0)