faster transmit delay

This commit is contained in:
Mariano Alvira 2010-03-08 18:13:48 -05:00
parent 3178906b43
commit 650e9e7f2f

View file

@ -11,7 +11,7 @@
/* 2 bytes are the FCS */
/* therefore 125 is the max payload length */
#define PAYLOAD_LEN 16
#define DELAY 1000000
#define DELAY 100000
void fill_packet(volatile packet_t *p) {
static volatile uint8_t count=0;