From: richardbarry Date: Wed, 16 Jul 2008 09:49:31 +0000 (+0000) Subject: Add the queue registry config parameter. X-Git-Tag: V5.0.3~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=75bd760c2d97f102bab177aa4f3f373d182efee4;p=freertos Add the queue registry config parameter. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@408 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 )