change the receive timeout to be 32 large packets
This commit is contained in:
parent
761d2c4cbf
commit
8b73c61175
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#define CLK_PER_BYTE 8
|
#define CLK_PER_BYTE 8
|
||||||
|
|
||||||
#ifndef RECV_SOFTIMEOUT
|
#ifndef RECV_SOFTIMEOUT
|
||||||
#define RECV_SOFTIMEOUT (8*128*CLK_PER_BYTE)
|
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_PACKET_SIZE (MAX_PAYLOAD_SIZE + 2) /* packet includes 2 bytes of checksum */
|
#define MAX_PACKET_SIZE (MAX_PAYLOAD_SIZE + 2) /* packet includes 2 bytes of checksum */
|
||||||
|
|
Loading…
Reference in a new issue