1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3071 from haukepetersen/fix_nrfmin

test/driver_nrfmin: fixed stacksize define
This commit is contained in:
Martine Lenders 2015-05-26 19:16:06 +02:00
commit 4047eff4c7

View File

@ -30,7 +30,7 @@
#define SHELL_BUFSIZE (UART0_BUFSIZE)
static char nomac_stack[KERNEL_CONF_STACKSIZE_DEFAULT];
static char nomac_stack[THREAD_STACKSIZE_DEFAULT];
int shell_read(void)
{