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

Merge pull request #1791 from liruncong/rt_hw_backtrace

rt_hw_backtrace中多余括号删除. armclang给出警告
......@@ -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.
先完成此消息的编辑!
想要评论请 注册