faster transmit delay
This commit is contained in:
parent
3178906b43
commit
650e9e7f2f
@ -11,7 +11,7 @@
|
|||||||
/* 2 bytes are the FCS */
|
/* 2 bytes are the FCS */
|
||||||
/* therefore 125 is the max payload length */
|
/* therefore 125 is the max payload length */
|
||||||
#define PAYLOAD_LEN 16
|
#define PAYLOAD_LEN 16
|
||||||
#define DELAY 1000000
|
#define DELAY 100000
|
||||||
|
|
||||||
void fill_packet(volatile packet_t *p) {
|
void fill_packet(volatile packet_t *p) {
|
||||||
static volatile uint8_t count=0;
|
static volatile uint8_t count=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user