Work in progress.

This commit is contained in:
Richard Barry 2010-01-14 12:23:07 +00:00
parent c99f3c55cd
commit 68074c03d6
3 changed files with 224 additions and 11 deletions

View file

@ -93,7 +93,7 @@ extern "C" {
#define portBYTE_ALIGNMENT 4
#define portSTACK_GROWTH -1
#define portTICK_RATE_MS ( ( portTickType ) 1000 / configTICK_RATE_HZ )
#define portYIELD() trapa( 0 )
#define portYIELD() trapa( 33 )
#define portNOP() nop()
/*-----------------------------------------------------------*/