We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ddfbb commit f123af4Copy full SHA for f123af4
arch/ARM/cortex_m/src/nvic_cm4_cm7/cortex_m-nvic.adb
@@ -152,7 +152,7 @@ package body Cortex_M.NVIC is
152
Index : constant Natural :=
153
Integer (Shift_Right (IRQn_As_Word, 5));
154
begin
155
- NVIC.ISER (Index) := Shift_Left (1, Integer (IRQn_As_Word and 16#1F#));
+ NVIC.ISER (Index) := Shift_Left (1, Integer (IRQn_As_Word and 16#1F#));
156
end Enable_Interrupt;
157
158
-----------------------
0 commit comments