提交 e3df19fd 编写于 作者: Z ZHANG Jinglong

correct a spelling error

上级 cc27c841
......@@ -117,7 +117,7 @@ do \
level = rt_hw_interrupt_disable(); \
if (rt_interrupt_get_nest() != 0) \
{ \
rt_kprintf("Function[%s] shall not ne used in ISR\n", __FUNCTION__); \
rt_kprintf("Function[%s] shall not be used in ISR\n", __FUNCTION__); \
RT_ASSERT(0) \
} \
rt_hw_interrupt_enable(level); \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册