mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Fix sending slot stack size
This commit is contained in:
parent
b4a7878144
commit
0be66fa5e2
@ -39,7 +39,7 @@
|
|||||||
#define BORDER_RWS (1)
|
#define BORDER_RWS (1)
|
||||||
#define BORDER_SL_TIMEOUT (500) // microseconds, maybe smaller
|
#define BORDER_SL_TIMEOUT (500) // microseconds, maybe smaller
|
||||||
|
|
||||||
#define SENDING_SLOT_STACK_SIZE (256)
|
#define SENDING_SLOT_STACK_SIZE (MINIMUM_STACK_SIZE + 256)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* Sender state */
|
/* Sender state */
|
||||||
|
Loading…
Reference in New Issue
Block a user