Removed out-commented timetable code
This commit is contained in:
parent
563c9d1577
commit
84fd0f9ae1
1 changed files with 0 additions and 6 deletions
|
@ -50,8 +50,6 @@
|
||||||
#else
|
#else
|
||||||
#define PRINTF(...)
|
#define PRINTF(...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sys/timetable.h"
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
static int
|
static int
|
||||||
read_data(struct rucb_conn *c)
|
read_data(struct rucb_conn *c)
|
||||||
|
@ -84,10 +82,6 @@ acked(struct runicast_conn *ruc, const rimeaddr_t *to, uint8_t retransmissions)
|
||||||
runicast_send(&c->c, &c->receiver, MAX_TRANSMISSIONS);
|
runicast_send(&c->c, &c->receiver, MAX_TRANSMISSIONS);
|
||||||
c->last_size = len;
|
c->last_size = len;
|
||||||
|
|
||||||
/* {
|
|
||||||
extern struct timetable cc2420_timetable;
|
|
||||||
timetable_print(&cc2420_timetable);
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue