4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 17:03:30 +08:00

Merge pull request #4265 from guojiawei314/master

修复在STM32的qspi驱动中,若定义BSP_QSPI_USING_SOFTCS开启软件cs引脚控制,则结构体成员pin大小写不一致的错误。
This commit is contained in:
Bernard Xiong 2021-02-02 05:46:08 +08:00 committed by GitHub
commit b42a43cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
struct stm32_hw_spi_cs
{
uint16_t Pin;
uint16_t pin;
};
struct stm32_qspi_bus