未验证 提交 69b95ac9 编写于 作者: D David Lin 提交者: GitHub

Mini optimized the spi_flash_init.c

Delete the ";"
上级 e5969210
......@@ -22,7 +22,7 @@ static int rt_hw_spi_flash_init(void)
if (RT_NULL == rt_sfud_flash_probe("W25Q64", "spi30"))
{
return -RT_ERROR;
};
}
return RT_EOK;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册