Removed out-commented timetable code

This commit is contained in:
Adam Dunkels 2013-11-19 08:21:53 +01:00
parent 563c9d1577
commit 84fd0f9ae1

View file

@ -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);
}*/
} }
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/