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 )