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
218b5100dd
commit
c8c6d993b3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue