Minor changes to the TriCore port made during test/validation.

This commit is contained in:
Richard Barry 2011-10-24 12:30:35 +00:00
parent dd10b91fc4
commit 70cfbda2e8
4 changed files with 60 additions and 38 deletions

View file

@ -226,6 +226,9 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#define portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedStatusValue ) ( void ) uxSavedStatusValue
#endif
#ifndef portCLEAN_UP_TCB
#define portCLEAN_UP_TCB( pxTCB ) ( void ) pxTCB
#endif
#ifndef configQUEUE_REGISTRY_SIZE
#define configQUEUE_REGISTRY_SIZE 0U