From 39fa482f9d563010abcd505ea95ec1711edc1cef Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 22 Feb 2016 16:15:28 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8924 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32') 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 -- cgit v1.2.3