Ensure IAR RL port layer works on devices using two different naming conventions for the interval timer registers.

This commit is contained in:
Richard Barry 2013-03-18 16:40:47 +00:00
parent 8c66fdbb8c
commit caf1fbc899
4 changed files with 38 additions and 1416 deletions

View file

@ -98,7 +98,7 @@ vPortTickISR:
; Install the interrupt handlers
COMMON INTVEC:CODE:ROOT(1)
ORG 56
ORG configTICK_VECTOR
DW vPortTickISR
COMMON INTVEC:CODE:ROOT(1)