4
0
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:
liang yongxiang 2018-03-13 20:55:15 +08:00
parent ed917b4ec0
commit 99e5b0a518

View File

@ -480,7 +480,7 @@ void DMA1_Stream2_IRQHandler(void)
struct stm32f4_spi stm32f4_spi4 =
{
/* .spi_handle = */{
/* .Instance = */ SPI5,
/* .Instance = */ SPI4,
},
/* .hdma_rx = */ {
DMA2_Stream0,