Setup to work with both ARM and THUMB modes.

This commit is contained in:
Richard Barry 2008-10-23 15:58:17 +00:00
parent 8347299546
commit cf638edfaf
2 changed files with 17 additions and 4 deletions

View file

@ -110,7 +110,8 @@ extern void vTaskSwitchContext(void); \
} \
} \
#define portYIELD() __asm{ SVC 0 }
extern void vPortYield( void );
#define portYIELD() vPortYield()
/* Critical section management. */