]> git.sur5r.net Git - freertos/commitdiff
Add the queue registry config parameter.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:49:31 +0000 (09:49 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 16 Jul 2008 09:49:31 +0000 (09:49 +0000)
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

index 4c4301d3e06b46268e2c340930cb35802d7ab7bb..5cca372567c5a0cf905e6b84c73ff9fec7c5db91 100644 (file)
@@ -75,6 +75,7 @@
 #define configUSE_MUTEXES                              1\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
 #define configUSE_RECURSIVE_MUTEXES            1\r
+#define configQUEUE_REGISTRY_SIZE              10\r
 \r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 5 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r