increased the receive length --- this reduces the chance of missing a
packet which managing the radio.
This commit is contained in:
parent
e278ec0242
commit
7a462268c8
|
@ -65,7 +65,7 @@
|
||||||
#define CLK_PER_BYTE 8
|
#define CLK_PER_BYTE 8
|
||||||
|
|
||||||
#ifndef RECV_SOFTIMEOUT
|
#ifndef RECV_SOFTIMEOUT
|
||||||
#define RECV_SOFTIMEOUT (2*128*CLK_PER_BYTE)
|
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CPL_TIMEOUT
|
#ifndef CPL_TIMEOUT
|
||||||
|
|
Loading…
Reference in a new issue