mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-26 08:21:57 -04:00
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
.GLB _vSoftwareInterruptISR
|
|
|
|
.SECTION P,CODE
|
|
|
|
_vSoftwareInterruptEntry:
|
|
|
|
BRA _vSoftwareInterruptISR
|
|
|
|
.RVECTOR 27, _vSoftwareInterruptEntry
|
|
|
|
.END
|
|
|
|
|
|
|