mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
increase the reception time now that tx_packet will advance the timer
as necessary.
This commit is contained in:
parent
e60190eb11
commit
7f6c99cf9b
@ -65,7 +65,7 @@
|
||||
#define CLK_PER_BYTE 8
|
||||
|
||||
#ifndef RECV_SOFTIMEOUT
|
||||
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
|
||||
#define RECV_SOFTIMEOUT (1024*128*CLK_PER_BYTE)
|
||||
#endif
|
||||
|
||||
#ifndef CPL_TIMEOUT
|
||||
|
Loading…
Reference in New Issue
Block a user