Skip to content

Commit

Permalink
Removed out-commented timetable code
Browse files Browse the repository at this point in the history
adamdunkels committed Nov 19, 2013
1 parent 563c9d1 commit 84fd0f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/net/rime/rucb.c
Original file line number Diff line number Diff line change
@@ -50,8 +50,6 @@
#else
#define PRINTF(...)
#endif

#include "sys/timetable.h"
/*---------------------------------------------------------------------------*/
static int
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);
c->last_size = len;

/* {
extern struct timetable cc2420_timetable;
timetable_print(&cc2420_timetable);
}*/
}
}
/*---------------------------------------------------------------------------*/

0 comments on commit 84fd0f9

Please sign in to comment.