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

Merge pull request #2582 from SummerGGift/patch-3

[bsp][stm32] Modify error message
......@@ -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);
if (result == HAL_OK)
{
LOG_D("qspi init succsee!");
LOG_D("qspi init success!");
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册