Removed reference to non-existant function rimebuf_attr_isset()
This commit is contained in:
parent
449fda5f8b
commit
532692e5a0
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: lpp.c,v 1.2 2008/05/15 08:59:48 adamdunkels Exp $
|
* $Id: lpp.c,v 1.3 2008/05/16 15:04:10 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -187,8 +187,7 @@ send_packet(void)
|
||||||
rimebuf_compact();
|
rimebuf_compact();
|
||||||
PRINTF("queueing packet type %d\n", hdr->type);
|
PRINTF("queueing packet type %d\n", hdr->type);
|
||||||
|
|
||||||
if(rimebuf_attr_isset(RIMEBUF_ATTR_PACKET_TYPE) &&
|
if(rimebuf_attr(RIMEBUF_ATTR_PACKET_TYPE) == RIMEBUF_ATTR_PACKET_TYPE_ACK) {
|
||||||
rimebuf_attr(RIMEBUF_ATTR_PACKET_TYPE) == RIMEBUF_ATTR_PACKET_TYPE_ACK) {
|
|
||||||
/* Immediately send ACKs - we're assuming that the other node is
|
/* Immediately send ACKs - we're assuming that the other node is
|
||||||
listening. */
|
listening. */
|
||||||
/* printf("Immediately sending ACK\n");*/
|
/* printf("Immediately sending ACK\n");*/
|
||||||
|
|
Loading…
Reference in a new issue