
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:
- 7:571f9a90b972
- Parent:
- 0:85f4174a8e29
- Child:
- 82:3d9e3b7b3dcf
--- a/source/borderrouter_tasklet.h Mon May 08 11:15:20 2017 +0100 +++ b/source/borderrouter_tasklet.h Wed May 10 12:00:20 2017 +0100 @@ -20,7 +20,7 @@ * Initializes the border router module: loads configuration and * initiates bootstrap for the RF 6LoWPAN and backhaul interfaces. */ -void border_router_start(void); +void border_router_tasklet_start(void); #ifdef __cplusplus }