Added the portALIGNMENT_ASSERT_pxCurrentTCB macro.

Updated the TriCore port layer so its compare match setup does not effect any other compare match bits.
This commit is contained in:
Richard Barry 2011-10-28 11:50:00 +00:00
parent f354d6599e
commit 188128f788
4 changed files with 42 additions and 11 deletions

View file

@ -192,6 +192,10 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#define configASSERT( x )
#endif
#ifndef portALIGNMENT_ASSERT_pxCurrentTCB
#define portALIGNMENT_ASSERT_pxCurrentTCB configASSERT
#endif
/* The timers module relies on xTaskGetSchedulerState(). */
#if configUSE_TIMERS == 1