提交 99e5b0a5 编写于 作者: L liang yongxiang

[bsp] fix spi4 typo

上级 ed917b4e
...@@ -480,7 +480,7 @@ void DMA1_Stream2_IRQHandler(void) ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册