
Nanostack Border Router is a generic mbed border router implementation that provides the 6LoWPAN ND or Thread border router initialization logic.
Diff: source/borderrouter_tasklet.h
- Revision:
- 82:3d9e3b7b3dcf
- Parent:
- 7:571f9a90b972
--- a/source/borderrouter_tasklet.h Thu Nov 22 11:15:40 2018 +0000 +++ b/source/borderrouter_tasklet.h Fri Nov 23 14:45:35 2018 +0000 @@ -17,6 +17,11 @@ void backhaul_driver_init(void (*backhaul_driver_status_cb)(uint8_t, int8_t)); /** +* Trace application details +*/ +void appl_info_trace(void); + +/** * Initializes the border router module: loads configuration and * initiates bootstrap for the RF 6LoWPAN and backhaul interfaces. */