Merge pull request #4265 from guojiawei314/master
修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
This commit is contained in:
commit
b42a43cd00
|
@ -22,7 +22,7 @@
|
|||
|
||||
struct stm32_hw_spi_cs
|
||||
{
|
||||
uint16_t Pin;
|
||||
uint16_t pin;
|
||||
};
|
||||
|
||||
struct stm32_qspi_bus
|
||||
|
|
Loading…
Reference in New Issue