increased the receive length --- this reduces the chance of missing a

packet which managing the radio.
This commit is contained in:
Mariano Alvira 2010-05-13 10:52:26 -04:00
parent e278ec0242
commit 7a462268c8

View File

@ -65,7 +65,7 @@
#define CLK_PER_BYTE 8
#ifndef RECV_SOFTIMEOUT
#define RECV_SOFTIMEOUT (2*128*CLK_PER_BYTE)
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
#endif
#ifndef CPL_TIMEOUT