Skip to content

Commit 91aab99

Browse files
author
Hasnain Virk
committed
Add APIs to namespace mbed
Certain public APIs are being added to mbed.h so as to make them part of namespace mebd. APIs being added are: * drivers/UARTSerial.h * platform/ATCmdParser.h * platform/mbed_poll.h * netsocket/nsapi_ppp.h
1 parent 9381a7a commit 91aab99

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)