add const qualifier to tests that require it
This commit is contained in:
parent
a3ccbbe994
commit
f6fff896fc
@ -94,7 +94,7 @@ set_global_address(void)
|
||||
#if RPL_WITH_STORING
|
||||
uint8_t should_blink = 1;
|
||||
static void
|
||||
route_callback(int event, uip_ipaddr_t *route, uip_ipaddr_t *ipaddr, int num_routes)
|
||||
route_callback(int event, const uip_ipaddr_t *route, const uip_ipaddr_t *ipaddr, int num_routes)
|
||||
{
|
||||
if(event == UIP_DS6_NOTIFICATION_DEFRT_ADD) {
|
||||
should_blink = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user