mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
shell: netif: initialize local variable
This commit is contained in:
parent
14085c0b75
commit
e772ef5c39
@ -199,7 +199,7 @@ static void _netif_list(kernel_pid_t dev)
|
|||||||
uint8_t u8;
|
uint8_t u8;
|
||||||
int res;
|
int res;
|
||||||
netopt_state_t state;
|
netopt_state_t state;
|
||||||
netopt_enable_t enable;
|
netopt_enable_t enable = NETOPT_DISABLE;
|
||||||
bool linebreak = false;
|
bool linebreak = false;
|
||||||
|
|
||||||
#ifdef MODULE_GNRC_IPV6_NETIF
|
#ifdef MODULE_GNRC_IPV6_NETIF
|
||||||
|
Loading…
Reference in New Issue
Block a user