X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FARM7_LPC2138_Rowley%2FFreeRTOSConfig.h;h=ac4a01586308ffba5ff6062d715e32b99a0a87d5;hb=baa9ed196e2945d39b1487fbd47e7f089a534ee5;hp=43e2e4144cb2920958dcee8529175f3070dfe4f6;hpb=f6abf70e60051c8dc271e329eeef65028ba3126b;p=freertos diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h index 43e2e4144..ac4a01586 100644 --- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h @@ -72,7 +72,8 @@ the CPU frequency. */ #define configUSE_TRACE_FACILITY 1 #define configUSE_16_BIT_TICKS 0 #define configIDLE_SHOULD_YIELD 1 -#define configUSE_MUTEXES 0 +#define configUSE_MUTEXES 1 +#define configUSE_RECURSIVE_MUTEXES 1 /* Co-routine definitions. */ #define configUSE_CO_ROUTINES 0