summaryrefslogtreecommitdiff
path: root/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2007-09-17 10:07:48 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2007-09-17 10:07:48 +0000
commit4a19a2c5511de2e1dca22005302d544e98505279 (patch)
treec40b6b0ffdd514e20fbe759a36596ef6dfd8fb25 /Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
parent64dcb6b951afc6159bcb701594fbe6720bc73e26 (diff)
downloadfreertos-4a19a2c5511de2e1dca22005302d544e98505279.tar.gz
freertos-4a19a2c5511de2e1dca22005302d544e98505279.tar.bz2
freertos-4a19a2c5511de2e1dca22005302d544e98505279.tar.xz
Update to V4.5.0 files and directory structure.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@109 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 5fa9e191..654b8e61 100644
--- a/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.4.0 - Copyright (C) 2003-2007 Richard Barry.
+ FreeRTOS.org V4.5.0 - Copyright (C) 2003-2007 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -71,6 +71,7 @@ the CPU frequency. */
#define configUSE_TRACE_FACILITY 1
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
+#define configUSE_MUTEXES 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0