mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-31 12:40:27 +08:00
[bsp] fix spi4 typo
This commit is contained in:
parent
ed917b4ec0
commit
99e5b0a518
@ -480,7 +480,7 @@ void DMA1_Stream2_IRQHandler(void)
|
||||
struct stm32f4_spi stm32f4_spi4 =
|
||||
{
|
||||
/* .spi_handle = */{
|
||||
/* .Instance = */ SPI5,
|
||||
/* .Instance = */ SPI4,
|
||||
},
|
||||
/* .hdma_rx = */ {
|
||||
DMA2_Stream0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user