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.pull/1195/head^2
parent
3a7b3082cf
commit
c38427eea4
Loading…
Reference in New Issue