Tidy up the RL78 port layer.

This commit is contained in:
Richard Barry 2011-09-09 16:18:57 +00:00
parent 476a87dfdc
commit 573497fbe0
3 changed files with 22 additions and 68 deletions

View file

@ -140,7 +140,6 @@ extern volatile unsigned short usCriticalNesting; \
/*-----------------------------------------------------------*/
/* Task utilities. */
extern void vPortStart( void );
#define portYIELD() __asm( "BRK" )
#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext()
#define portNOP() __asm( "NOP" )