From 756b23942454db0508ff97dd49a9dfa39feae833 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Sun, 4 Sep 2022 08:41:40 +0300 Subject: [PATCH] startup_stm32f100xb.s: Small typo fix for SPI1_IRQHandler Fixes small typo that cause lot of confusion for users using CMSIS. Signed-off-by: Denys Fedoryshchenko --- .../ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s index 0d8575b..1bcc752 100644 --- a/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s +++ b/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s @@ -376,8 +376,8 @@ g_pfnVectors: .weak SPI1_IRQHandler .thumb_set SPI1_IRQHandler,Default_Handler - - .weak SPI1_IRQHandler + + .weak SPI2_IRQHandler .thumb_set SPI2_IRQHandler,Default_Handler .weak USART1_IRQHandler