mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
decreased recv and tx timeouts.
This commit is contained in:
parent
6195931bd4
commit
081c8ce098
@ -65,11 +65,11 @@
|
||||
#define CLK_PER_BYTE 8
|
||||
|
||||
#ifndef RECV_SOFTIMEOUT
|
||||
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
|
||||
#define RECV_SOFTIMEOUT (2*128*CLK_PER_BYTE)
|
||||
#endif
|
||||
|
||||
#ifndef CPL_TIMEOUT
|
||||
#define CPL_TIMEOUT (32*128*CLK_PER_BYTE)
|
||||
#define CPL_TIMEOUT (2*128*CLK_PER_BYTE)
|
||||
#endif
|
||||
|
||||
#define reg(x) (*(volatile uint32_t *)(x))
|
||||
|
Loading…
x
Reference in New Issue
Block a user