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

Revision:
82:3d9e3b7b3dcf
Parent:
0:85f4174a8e29
--- a/source/thread_br_conn_handler.h	Thu Nov 22 11:15:40 2018 +0000
+++ b/source/thread_br_conn_handler.h	Fri Nov 23 14:45:35 2018 +0000
@@ -21,7 +21,7 @@
 void   thread_br_conn_handler_thread_interface_id_set(int8_t interfaceId);
 void   thread_br_conn_handler_eth_interface_id_set(int8_t interfaceId);
 
-// Getters thread_br_conn_handler       
+// Getters thread_br_conn_handler
 bool   thread_br_conn_handler_eth_connection_status_get(void);
 bool   thread_br_conn_handler_thread_connection_status_get(void);
 int8_t thread_br_conn_handler_thread_interface_id_get(void);