Skip to content

Commit 9c01bbc

Browse files
committed
Update client and nanostack to include mbed.h
Include mbed.h rather than mbed-drivers/mbed.h.
1 parent cef844f commit 9c01bbc

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop/source/system_timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "eventOS_event.h"
2323
#include "eventOS_event_timer.h"
2424
#include "minar/minar.h"
25-
#include "mbed-drivers/mbed.h"
25+
#include "mbed.h"
2626
#include "core-util/FunctionPointer.h"
2727
#include "core-util/Event.h"
2828

features/net/FEATURE_IPV6/mbed-mesh-api/mbed-mesh-api/AbstractMesh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define __ABSTRACTMESH_H__
1919

2020
#include "AbstractNetworkInterface.h"
21-
#include "mbed-drivers/mbed.h"
21+
#include "mbed.h"
2222
#ifdef YOTTA_CFG
2323
#include "core-util/FunctionPointer.h"
2424

features/net/FEATURE_IPV6/mbed-mesh-api/source/AbstractNetworkInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Abstract networking interface.
1818
*/
1919

20-
#include "mbed-drivers/mbed.h"
20+
#include "mbed.h"
2121
#include "mbed-mesh-api/AbstractNetworkInterface.h"
2222

2323
AbstractNetworkInterface::~AbstractNetworkInterface()

features/net/FEATURE_IPV6/mbed-mesh-api/source/Mesh6LoWPAN_ND.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#include <stdio.h>
23-
#include "mbed-drivers/mbed.h"
23+
#include "mbed.h"
2424
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
2525
#include "include/nd_tasklet.h"
2626

features/net/FEATURE_IPV6/mbed-mesh-api/source/MeshInterfaceFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* Mesh networking interface.
1919
*/
20-
#include "mbed-drivers/mbed.h"
20+
#include "mbed.h"
2121
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
2222
#include "mbed-mesh-api/MeshThread.h"
2323
#include "include/callback_handler.h"

features/net/FEATURE_IPV6/mbed-mesh-api/source/MeshThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#include <stdio.h>
23-
#include "mbed-drivers/mbed.h"
23+
#include "mbed.h"
2424
#include "mbed-mesh-api/MeshThread.h"
2525
#include "include/thread_tasklet.h"
2626
#include "include/callback_handler.h"

features/net/FEATURE_IPV6/mbed-mesh-api/source/include/callback_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef __INCLUDE_CALLBACK_HANDLER_H__
1818
#define __INCLUDE_CALLBACK_HANDLER_H__
1919

20-
#include "mbed-drivers/mbed.h"
20+
#include "mbed.h"
2121
#include "mbed-mesh-api/AbstractMesh.h"
2222

2323
extern AbstractMesh *__abstract_mesh_interface;

features/net/FEATURE_IPV6/mbed-mesh-api/test/system_test/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "mbed-drivers/mbed.h"
17+
#include "mbed.h"
1818
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
1919
#include "mbed-mesh-api/MeshThread.h"
2020
#include "mbed-mesh-api/MeshInterfaceFactory.h"

features/net/FEATURE_IPV6/mbed-mesh-api/test/system_test/test_cases.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "mbed-drivers/mbed.h"
17+
#include "mbed.h"
1818
#include "mbed-mesh-api/Mesh6LoWPAN_ND.h"
1919
#include "mbed-mesh-api/MeshThread.h"
2020
#include "mbed-mesh-api/MeshInterfaceFactory.h"

0 commit comments

Comments
 (0)