diff options
Diffstat (limited to 'demos/STM32')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/osconfig.h | 2 |
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 |