removed unused variable
This commit is contained in:
parent
875ad7ffda
commit
85d6f6c514
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* 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
|
#if WITH_CONTIKIMAC_HEADER
|
||||||
struct hdr *chdr;
|
struct hdr *chdr;
|
||||||
int len;
|
|
||||||
chdr = packetbuf_dataptr();
|
chdr = packetbuf_dataptr();
|
||||||
if(chdr->id != CONTIKIMAC_ID) {
|
if(chdr->id != CONTIKIMAC_ID) {
|
||||||
PRINTF("contikimac: failed to parse hdr (%u)\n", packetbuf_totlen());
|
PRINTF("contikimac: failed to parse hdr (%u)\n", packetbuf_totlen());
|
||||||
|
|
Loading…
Reference in a new issue