Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed May 23 14:15:16 2018 +0100
Parent:
59:42953c3d3f01
Child:
61:b80d169da384
Commit message:
Avoid header clashes with undefs

.
Commit copied from https://github.com/ARMmbed/nanostack-border-router

Changed in this revision

drivers/TARGET_MCUXpresso_MCUS/sal-nanostack-driver-k64f-eth.lib Show annotated file Show diff for this revision Revisions of this file
source/border_router_main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/drivers/TARGET_MCUXpresso_MCUS/sal-nanostack-driver-k64f-eth.lib	Tue May 22 11:00:24 2018 +0100
+++ b/drivers/TARGET_MCUXpresso_MCUS/sal-nanostack-driver-k64f-eth.lib	Wed May 23 14:15:16 2018 +0100
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/sal-nanostack-driver-k64f-eth/#439ac242e9bcfde5687e47ffc45232cf22382073
+https://github.com/ARMmbed/sal-nanostack-driver-k64f-eth/#6450efdb43e5d5369c3ebe25eda786dfa9c1f139
--- a/source/border_router_main.cpp	Tue May 22 11:00:24 2018 +0100
+++ b/source/border_router_main.cpp	Wed May 23 14:15:16 2018 +0100
@@ -57,6 +57,8 @@
 void backhaul_driver_init(void (*backhaul_driver_status_cb)(uint8_t, int8_t))
 {
 // Values allowed in "backhaul-driver" option
+#undef ETH
+#undef SLIP
 #define ETH 0
 #define SLIP 1
 #if MBED_CONF_APP_BACKHAUL_DRIVER == SLIP