mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc_sixlowpan.c: fix warning if GNRC_SIXLOWPAN_FRAG module not used
This commit is contained in:
parent
338acc0b7c
commit
199789ffbc
@ -34,7 +34,9 @@
|
||||
|
||||
static kernel_pid_t _pid = KERNEL_PID_UNDEF;
|
||||
|
||||
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG
|
||||
static gnrc_sixlowpan_msg_frag_t fragment_msg = {KERNEL_PID_UNDEF, NULL, 0, 0};
|
||||
#endif
|
||||
|
||||
#if ENABLE_DEBUG
|
||||
static char _stack[GNRC_SIXLOWPAN_STACK_SIZE + THREAD_EXTRA_STACKSIZE_PRINTF];
|
||||
|
Loading…
Reference in New Issue
Block a user