Continue 78K0R development.

This commit is contained in:
Richard Barry 2009-02-04 13:08:12 +00:00
parent 299557fed2
commit bfd67da1e7
3 changed files with 101 additions and 70 deletions

View file

@ -124,9 +124,8 @@ extern volatile unsigned portSHORT usCriticalNesting; \
/* Task utilities. */
extern void vPortStart( void );
extern void portSAVE_CONTEXT( void );
extern void portRESTORE_CONTEXT( void );
#define portYIELD() __asm( "BRK" )
#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext()
#define portNOP() __asm( "NOP" )
/*-----------------------------------------------------------*/