]> git.sur5r.net Git - freertos/commitdiff
Add queue registry so the IAR plug-in can be tested.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 27 Apr 2009 09:06:00 +0000 (09:06 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 27 Apr 2009 09:06:00 +0000 (09:06 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@714 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h

index e10386229c331782d7b909e377b0049649a95208..9eca479afe15c76a58da2b4939bb44498b07a386 100644 (file)
@@ -82,6 +82,7 @@
 \r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 5 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
+#define configQUEUE_REGISTRY_SIZE                      10\r
 \r
 /* Set the following definitions to 1 to include the API function, or zero\r
 to exclude the API function. */\r