Merge pull request #4411 from hasnainvirk/add_to_namespace_mbed

Adding APIs to namespace mbed
pull/4427/head
Sam Grove 2017-06-01 23:46:49 -05:00 committed by GitHub
commit 6b0db0d8c7
1 changed files with 4 additions and 0 deletions

4
mbed.h
View File

@ -22,6 +22,7 @@
#if MBED_CONF_NSAPI_PRESENT
#include "netsocket/nsapi.h"
#include "netsocket/nsapi_ppp.h"
#endif
#if MBED_CONF_EVENTS_PRESENT
@ -67,6 +68,7 @@
#include "drivers/Ethernet.h"
#include "drivers/CAN.h"
#include "drivers/RawSerial.h"
#include "drivers/UARTSerial.h"
#include "drivers/FlashIAP.h"
// mbed Internal components
@ -82,6 +84,8 @@
#include "hal/sleep_api.h"
#include "platform/mbed_sleep.h"
#include "platform/mbed_rtc_time.h"
#include "platform/mbed_poll.h"
#include "platform/ATCmdParser.h"
// mbed Non-hardware components
#include "platform/Callback.h"