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 <denys.f@collabora.com>
This commit is contained in:
Denys Fedoryshchenko 2022-09-04 08:41:40 +03:00 committed by ASELSTM
parent e978fcac56
commit 756b239424
1 changed files with 2 additions and 2 deletions

View File

@ -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