mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-26 09:32:49 +00:00
faster transmit delay
This commit is contained in:
parent
3178906b43
commit
650e9e7f2f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user