1
0
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:
authmillenon 2013-08-14 20:23:52 +02:00
parent b4a7878144
commit 0be66fa5e2

View File

@ -39,7 +39,7 @@
#define BORDER_RWS (1)
#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 {
/* Sender state */