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

Revision:
13:993808eb2e9c
Parent:
0:85f4174a8e29
Child:
82:3d9e3b7b3dcf
--- a/source/borderrouter_helpers.h	Mon May 29 13:00:17 2017 +0100
+++ b/source/borderrouter_helpers.h	Wed May 31 09:15:44 2017 +0100
@@ -14,6 +14,7 @@
 char *print_ipv6(const void *addr_ptr);
 char *print_ipv6_prefix(const uint8_t *prefix, uint8_t prefix_len);
 void print_appl_info(void);
+void print_memory_stats(void);
 
 #ifdef __cplusplus
 }