Update the CM3 MPU port so it builds with the changes made to enable the FreeRTOS+Trace tool.

This commit is contained in:
Richard Barry 2012-04-02 18:33:46 +00:00
parent 892d28f2c4
commit 83d5097ed2
2 changed files with 41 additions and 41 deletions

View file

@ -88,7 +88,7 @@ only for ports that are using the MPU. */
#define xTaskGetCurrentTaskHandle MPU_xTaskGetCurrentTaskHandle
#define xTaskGetSchedulerState MPU_xTaskGetSchedulerState
#define xQueueCreate MPU_xQueueCreate
#define xQueueGenericCreate MPU_xQueueGenericCreate
#define xQueueCreateMutex MPU_xQueueCreateMutex
#define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive
#define xQueueTakeMutexRecursive MPU_xQueueTakeMutexRecursive