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:
commit
4047eff4c7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user