commit | c8b4248e5d2405e8287b498fe69a51b75e16a6c7 | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Fri Feb 15 20:08:30 2008 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Fri Feb 15 20:08:30 2008 +0000 |
tree | e64211561f8b8c2b40aaabad78b3ae0129a9bfae | |
parent | 91a1b614f8bda227c68821b32690e7ff95ab9b97 [diff] [blame] |
Get the trace utility and co-routines working.
diff --git a/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h index 3eee30d..496f9c3 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 )