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

Merge pull request #1275 from TanekLiang/examples_update

[examples] fixed gcc warning: value computed is not used
......@@ -80,7 +80,7 @@ void mem_test(uint32_t address, uint32_t size )
for(i=0; i<size/sizeof(uint32_t); i++)
{
*p_uint32_t = (uint32_t)p_uint32_t;
*p_uint32_t++;
p_uint32_t++;
}
p_uint32_t = (uint32_t *)address;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册