mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-12 18:06:40 +00:00
removed unused variable
This commit is contained in:
parent
875ad7ffda
commit
85d6f6c514
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: contikimac.c,v 1.35 2010/04/26 17:55:11 nifi Exp $
|
||||
* $Id: contikimac.c,v 1.36 2010/04/26 22:41:50 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -928,7 +928,6 @@ input_packet(void)
|
||||
|
||||
#if WITH_CONTIKIMAC_HEADER
|
||||
struct hdr *chdr;
|
||||
int len;
|
||||
chdr = packetbuf_dataptr();
|
||||
if(chdr->id != CONTIKIMAC_ID) {
|
||||
PRINTF("contikimac: failed to parse hdr (%u)\n", packetbuf_totlen());
|
||||
|
Loading…
Reference in New Issue
Block a user