Update to use new port layer.

This commit is contained in:
Richard Barry 2008-03-24 12:44:23 +00:00
parent 96b7e685a7
commit 6ec6b4508a
4 changed files with 64 additions and 44 deletions

View file

@ -94,7 +94,8 @@ __Vectors
DCD 0 ; Reserved
DCD 0 ; Reserved
DCD 0 ; Reserved
DCD IntDefaultHandler ; SVCall Handler
EXTERN vPortSVCHandler
DCD vPortSVCHandler ; SVCall Handler
DCD IntDefaultHandler ; Debug Monitor Handler
DCD 0 ; Reserved
EXTERN xPortPendSVHandler