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:
parent
e978fcac56
commit
756b239424
|
@ -377,7 +377,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue