From: richardbarry Date: Fri, 23 May 2008 19:22:33 +0000 (+0000) Subject: Add #define configQUEUE_REGISTRY_SIZE 0 X-Git-Tag: V5.0.2~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd649ecf373cdcbaa4abb505137bfc1426909349;p=freertos Add #define configQUEUE_REGISTRY_SIZE 0 git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@383 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h index ad2fad281..73f9ed97a 100644 --- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h @@ -78,6 +78,7 @@ #define configIDLE_SHOULD_YIELD 1 #define configUSE_MUTEXES 1 #define configCHECK_FOR_STACK_OVERFLOW 2 +#define configQUEUE_REGISTRY_SIZE 0 /* Co-routine definitions. */ #define configUSE_CO_ROUTINES 0