aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/NIL-STM32F051-DISCOVERY/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY/main.c')
-rw-r--r--demos/STM32/NIL-STM32F051-DISCOVERY/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c
index 7e4e13e80..3c69dafc3 100644
--- a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c
+++ b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -54,7 +54,7 @@ THD_FUNCTION(Thread2, arg) {
/*
* Thread 3.
*/
-THD_WORKING_AREA(waThread3, 128);
+THD_WORKING_AREA(waThread3, 256);
THD_FUNCTION(Thread3, arg) {
(void)arg;