From: RichardBarry Date: Mon, 27 Apr 2009 09:06:00 +0000 (+0000) Subject: Add queue registry so the IAR plug-in can be tested. X-Git-Tag: V5.3.0~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4c3e30778a7139037c3c3214e035dc7b2709831;p=freertos Add queue registry so the IAR plug-in can be tested. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@714 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h index e10386229..9eca479af 100644 --- a/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h +++ b/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h @@ -82,6 +82,7 @@ #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 ) #define configMAX_CO_ROUTINE_PRIORITIES ( 2 ) +#define configQUEUE_REGISTRY_SIZE 10 /* Set the following definitions to 1 to include the API function, or zero to exclude the API function. */