aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-22 16:15:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-22 16:15:28 +0000
commit39fa482f9d563010abcd505ea95ec1711edc1cef (patch)
treed06f1af5aa03107b3ee3f81a6e4b919ceecae1a5 /demos
parent83c0010d8f1d84a2b852995367ef308a5ca1e410 (diff)
downloadChibiOS-39fa482f9d563010abcd505ea95ec1711edc1cef.tar.gz
ChibiOS-39fa482f9d563010abcd505ea95ec1711edc1cef.tar.bz2
ChibiOS-39fa482f9d563010abcd505ea95ec1711edc1cef.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8924 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h
index d231b4767..e435b46e0 100644
--- a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h
+++ b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h
@@ -52,7 +52,7 @@
** Platform Configuration Parameters for the OS API
*/
-#define OS_MAX_TASKS 64
+#define OS_MAX_TASKS 64 /* Not used.*/
#define OS_MAX_QUEUES 64
#define OS_MAX_COUNT_SEMAPHORES 20
#define OS_MAX_BIN_SEMAPHORES 20