]> git.sur5r.net Git - freertos/commitdiff
Add queue registry usage to the MicroBlaze demo so it can be used with the state...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 12:37:54 +0000 (12:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 12:37:54 +0000 (12:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1552 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h

index 6ea8f8db14be4b6e561558c838369677f603af7f..15585f43dfa23dac3b3cf0e23dce47f84de10ecd 100644 (file)
@@ -87,7 +87,7 @@
 #define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_MUTEXES                              1\r
-#define configQUEUE_REGISTRY_SIZE              0\r
+#define configQUEUE_REGISTRY_SIZE              10\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
 #define configUSE_RECURSIVE_MUTEXES            1\r
 #define configUSE_MALLOC_FAILED_HOOK   1\r