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

Revision:
15:173f354b131f
Parent:
13:993808eb2e9c
Child:
60:dfb13eee2b42
--- a/source/border_router_main.cpp	Wed May 31 11:45:18 2017 +0100
+++ b/source/border_router_main.cpp	Thu Jun 01 08:00:18 2017 +0100
@@ -108,7 +108,7 @@
 
     mbed_trace_init(); // set up the tracing library
     mbed_trace_print_function_set(trace_printer);
-    mbed_trace_config_set(TRACE_MODE_COLOR | TRACE_ACTIVE_LEVEL_DEBUG | TRACE_CARRIAGE_RETURN);
+    mbed_trace_config_set(TRACE_MODE_COLOR | APP_TRACE_LEVEL | TRACE_CARRIAGE_RETURN);
 
 
 #define BOARD 0