]> begriffs open source - freertos/commit
Fix function parameter shadowing global variable. (#1221)
authorcreiter64 <106512497+creiter64@users.noreply.github.com>
Mon, 13 Jan 2025 22:48:10 +0000 (23:48 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 22:48:10 +0000 (14:48 -0800)
commitc38427eea442b5a58b0b95ad88ff769be3abcc0d
tree06830e92ab7bda156bf024379ebaa5af47d03ce6
parent3a7b3082cfce01ffba07b9be1398795b8307b05a
Fix function parameter shadowing global variable. (#1221)

The function vApplicationFPUSafeIRQHandler gets the value of ICCIAR as
parameter, but a constant containing the address of ICCIAR was also
defined. Fix the name of the constant to align it with what it actually
holds.
portable/GCC/ARM_CA9/port.c
portable/GCC/ARM_CA9/portASM.S