summaryrefslogtreecommitdiff
path: root/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-15 20:08:30 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-15 20:08:30 +0000
commitf9a50988e859270231f233d1e6bbb48c6ea3c88a (patch)
treee64211561f8b8c2b40aaabad78b3ae0129a9bfae /Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
parent7dd7a7a3a4b0832cf6f5941da030f75d9ef4062c (diff)
downloadfreertos-f9a50988e859270231f233d1e6bbb48c6ea3c88a.tar.gz
freertos-f9a50988e859270231f233d1e6bbb48c6ea3c88a.tar.bz2
freertos-f9a50988e859270231f233d1e6bbb48c6ea3c88a.tar.xz
Get the trace utility and co-routines working.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@193 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Demo/MB91460_Softune/SRC/FreeRTOSConfig.h')
-rw-r--r--Demo/MB91460_Softune/SRC/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 3eee30d0..496f9c33 100644
--- a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -62,7 +62,7 @@
#define configUSE_MUTEXES 1
/* Co-routine definitions. */
-#define configUSE_CO_ROUTINES 0
+#define configUSE_CO_ROUTINES 1
#define configMAX_CO_ROUTINE_PRIORITIES ( 4 )