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

Revision:
60:dfb13eee2b42
Parent:
15:173f354b131f
Child:
61:b80d169da384
--- 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