mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
decreased recv and tx timeouts.
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user