mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20548 from dylad/pr/tests/sys/shell/fix_ci_error_llvm
tests/sys/shell: increase the stack size of periodic thread
This commit is contained in:
commit
ad0d0b7a6c
@ -1,4 +1,9 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-duemilanove \
|
||||
arduino-uno \
|
||||
arduino-nano \
|
||||
atmega328p \
|
||||
atmega328p-xplained-mini \
|
||||
atmega8 \
|
||||
nucleo-l011k4 \
|
||||
#
|
||||
|
@ -101,7 +101,7 @@ static int print_empty(int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static char _stack[THREAD_STACKSIZE_TINY];
|
||||
static char _stack[THREAD_STACKSIZE_SMALL];
|
||||
static struct {
|
||||
uint16_t period_ms;
|
||||
uint16_t reps;
|
||||
|
Loading…
Reference in New Issue
Block a user