summaryrefslogtreecommitdiff
path: root/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-01-23 08:35:47 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-01-23 08:35:47 +0000
commit26ad519b56d7d8f6d1e2e090d6b4cca80609b0d5 (patch)
tree5f15a70d7673d969083c84c724f38bda1f5bad0b /Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
parent922816000f0fb37b8c54caebfeb7246d015d1b24 (diff)
downloadfreertos-26ad519b56d7d8f6d1e2e090d6b4cca80609b0d5.tar.gz
freertos-26ad519b56d7d8f6d1e2e090d6b4cca80609b0d5.tar.bz2
freertos-26ad519b56d7d8f6d1e2e090d6b4cca80609b0d5.tar.xz
UpdUpdate IAR projects to use Embedded Workbench V5.11.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@131 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h')
-rw-r--r--Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 43e2e414..ac4a0158 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