mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-06 03:32:34 -05:00
Ensure IAR RL port layer works on devices using two different naming conventions for the interval timer registers.
This commit is contained in:
parent
8c66fdbb8c
commit
caf1fbc899
4 changed files with 38 additions and 1416 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue