Change default vector number to 16.

This commit is contained in:
Richard Barry 2008-09-22 13:11:32 +00:00
parent aa7485ab0f
commit 9d1ab2c90b
2 changed files with 9 additions and 8 deletions

View file

@ -97,7 +97,7 @@ to exclude the API function. */
#define INCLUDE_vTaskDelay 1
#define INCLUDE_uxTaskGetStackHighWaterMark 1
#define configYIELD_INTERRUPT_VECTOR 63UL
#define configYIELD_INTERRUPT_VECTOR 16UL
#define configKERNEL_INTERRUPT_PRIORITY 1
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 4