mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-07 20:14:34 +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 =
|
struct stm32f4_spi stm32f4_spi4 =
|
||||||
{
|
{
|
||||||
/* .spi_handle = */{
|
/* .spi_handle = */{
|
||||||
/* .Instance = */ SPI5,
|
/* .Instance = */ SPI4,
|
||||||
},
|
},
|
||||||
/* .hdma_rx = */ {
|
/* .hdma_rx = */ {
|
||||||
DMA2_Stream0,
|
DMA2_Stream0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user