Skip to content

Commit 6b0db0d

Browse files
authored
Merge pull request #4411 from hasnainvirk/add_to_namespace_mbed
Adding APIs to namespace mbed
2 parents 4c4fb82 + 91aab99 commit 6b0db0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mbed.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#if MBED_CONF_NSAPI_PRESENT
2424
#include "netsocket/nsapi.h"
25+
#include "netsocket/nsapi_ppp.h"
2526
#endif
2627

2728
#if MBED_CONF_EVENTS_PRESENT
@@ -67,6 +68,7 @@
6768
#include "drivers/Ethernet.h"
6869
#include "drivers/CAN.h"
6970
#include "drivers/RawSerial.h"
71+
#include "drivers/UARTSerial.h"
7072
#include "drivers/FlashIAP.h"
7173

7274
// mbed Internal components
@@ -82,6 +84,8 @@
8284
#include "hal/sleep_api.h"
8385
#include "platform/mbed_sleep.h"
8486
#include "platform/mbed_rtc_time.h"
87+
#include "platform/mbed_poll.h"
88+
#include "platform/ATCmdParser.h"
8589

8690
// mbed Non-hardware components
8791
#include "platform/Callback.h"

0 commit comments

Comments
 (0)