FreeRTOS-Kernel/portable/GCC/ARM_CA9
creiter64 c38427eea4
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.
2025-01-13 14:48:10 -08:00
..
port.c Fix function parameter shadowing global variable. (#1221) 2025-01-13 14:48:10 -08:00
portASM.S Fix function parameter shadowing global variable. (#1221) 2025-01-13 14:48:10 -08:00
portmacro.h Move configASSERT default definition above before including portable.h. (#1185) 2024-11-04 16:35:52 +05:30