mirror of https://github.com/ARMmbed/mbed-os.git
Update client and nanostack to include mbed.h
Include mbed.h rather than mbed-drivers/mbed.h.pull/2249/head
parent
cef844f6bf
commit
9c01bbc199
|
@ -22,7 +22,7 @@
|
|||
#include "eventOS_event.h"
|
||||
#include "eventOS_event_timer.h"
|
||||
#include "minar/minar.h"
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "core-util/FunctionPointer.h"
|
||||
#include "core-util/Event.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#define __ABSTRACTMESH_H__
|
||||
|
||||
#include "AbstractNetworkInterface.h"
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#ifdef YOTTA_CFG
|
||||
#include "core-util/FunctionPointer.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Abstract networking interface.
|
||||
*/
|
||||
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/AbstractNetworkInterface.h"
|
||||
|
||||
AbstractNetworkInterface::~AbstractNetworkInterface()
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
|
||||
#include "include/nd_tasklet.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/*
|
||||
* Mesh networking interface.
|
||||
*/
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
|
||||
#include "mbed-mesh-api/MeshThread.h"
|
||||
#include "include/callback_handler.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/MeshThread.h"
|
||||
#include "include/thread_tasklet.h"
|
||||
#include "include/callback_handler.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef __INCLUDE_CALLBACK_HANDLER_H__
|
||||
#define __INCLUDE_CALLBACK_HANDLER_H__
|
||||
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/AbstractMesh.h"
|
||||
|
||||
extern AbstractMesh *__abstract_mesh_interface;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
|
||||
#include "mbed-mesh-api/MeshThread.h"
|
||||
#include "mbed-mesh-api/MeshInterfaceFactory.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "mbed-drivers/mbed.h"
|
||||
#include "mbed.h"
|
||||
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
|
||||
#include "mbed-mesh-api/MeshThread.h"
|
||||
#include "mbed-mesh-api/MeshInterfaceFactory.h"
|
||||
|
|
Loading…
Reference in New Issue