未验证 提交 c8fff141 编写于 作者: S SummerGift 提交者: GitHub

【修改】:错误提示信息

上级 c8870b42
...@@ -81,7 +81,7 @@ static int stm32_qspi_init(struct rt_qspi_device *device, struct rt_qspi_configu ...@@ -81,7 +81,7 @@ static int stm32_qspi_init(struct rt_qspi_device *device, struct rt_qspi_configu
result = HAL_QSPI_Init(&qspi_bus->QSPI_Handler); result = HAL_QSPI_Init(&qspi_bus->QSPI_Handler);
if (result == HAL_OK) if (result == HAL_OK)
{ {
LOG_D("qspi init succsee!"); LOG_D("qspi init success!");
} }
else else
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册