提交 6d166850 编写于 作者: L liruncong

rt_hw_backtrace中多余括号删除. armclang给出警告

上级 95c36f32
......@@ -49,7 +49,7 @@ void rt_hw_backtrace(rt_uint32_t *fp, rt_uint32_t thread_entry)
if(func_entry <= 0x30000000) break;
if((func_entry == thread_entry))
if(func_entry == thread_entry)
{
rt_kprintf("EntryPoint:0x%x\n", func_entry);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册