]> begriffs open source - cmsis/commit
Bug fix in GIC_GetConfiguration() (#217)
authorNikolay Markovich <NMarkovich@hilscher.com>
Mon, 24 Feb 2025 08:59:07 +0000 (10:59 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 08:59:07 +0000 (09:59 +0100)
commit8d9972d3db8f999fc5c0261630e99fd5595a3439
tree059039e77f8b15449b48715fc95508b6367682af
parent1a1799c6c58c47e737bb19523483344a25d29895
Bug fix in GIC_GetConfiguration() (#217)

Bit shift in accordance with IRQn % 16 was incorrect, and masking was
needed to extract only the IRQn bits. Both fixed.
CMSIS/Core/Include/core_ca.h