Skip to content

Commit cc11b26

Browse files
rahul-arasikerefabiobaltieri
authored andcommitted
soc: st: stm32f765xx: Correct total number of IRQS.
The total number of IRQs for this chip is 110. Refer to the reference manual table 46 for IRQs. Signed-off-by: Rahul Arasikere <[email protected]>
1 parent ef10a9b commit cc11b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/st/stm32/stm32f7x/Kconfig.defconfig.stm32f765xx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if SOC_STM32F765XX
77

88
config NUM_IRQS
9-
default 100
9+
default 110
1010

1111
config CPU_HAS_FPU_DOUBLE_PRECISION
1212
default y

0 commit comments

Comments
 (0)