From 75bd760c2d97f102bab177aa4f3f373d182efee4 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 16 Jul 2008 09:49:31 +0000 Subject: [PATCH] Add the queue registry config parameter. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@408 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h index 4c4301d3e..5cca37256 100644 --- a/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h @@ -75,6 +75,7 @@ #define configUSE_MUTEXES 1 #define configCHECK_FOR_STACK_OVERFLOW 2 #define configUSE_RECURSIVE_MUTEXES 1 +#define configQUEUE_REGISTRY_SIZE 10 #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 ) #define configMAX_CO_ROUTINE_PRIORITIES ( 2 ) -- 2.39.5