aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/main.c')
-rw-r--r--demos/STM32/NIL-STM32F746G-DISCOVERY/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c
index fb907fd6e..288614339 100644
--- a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c
+++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c
@@ -44,7 +44,7 @@ static THD_FUNCTION(Thread1, arg) {
/*
* Tester thread.
*/
-THD_WORKING_AREA(waThread2, 128);
+THD_WORKING_AREA(waThread2, 256);
THD_FUNCTION(Thread2, arg) {
(void)arg;