mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
nhdp: remove unused variable
This commit is contained in:
parent
2aabc8ccea
commit
7fb889fa1a
@ -286,7 +286,6 @@ static void *_nhdp_runner(void *arg)
|
|||||||
*/
|
*/
|
||||||
static void *_nhdp_receiver(void *arg __attribute__((unused)))
|
static void *_nhdp_receiver(void *arg __attribute__((unused)))
|
||||||
{
|
{
|
||||||
uint32_t fromlen;
|
|
||||||
char nhdp_rcv_buf[NHDP_MAX_RFC5444_PACKET_SZ];
|
char nhdp_rcv_buf[NHDP_MAX_RFC5444_PACKET_SZ];
|
||||||
msg_t msg_q[NHDP_MSG_QUEUE_SIZE];
|
msg_t msg_q[NHDP_MSG_QUEUE_SIZE];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user