From 16201b81af3b75cdae794549fb26491d15fb59c7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 9 Dec 2017 10:12:00 +0000 Subject: Fixed test thread stack size. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11137 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NIL-STM32F746G-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/NIL-STM32F746G-DISCOVERY/main.c') 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; -- cgit v1.2.3