未验证 提交 b42a43cd 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4265 from guojiawei314/master

修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
......@@ -22,7 +22,7 @@
struct stm32_hw_spi_cs
{
uint16_t Pin;
uint16_t pin;
};
struct stm32_qspi_bus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册