Merge pull request #1406 from JinglongZhang/master

[Kernel] correct a spelling error
This commit is contained in:
Bernard Xiong 2018-05-05 08:20:39 +08:00 committed by GitHub
commit 5513b8bf3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ do \
level = rt_hw_interrupt_disable(); \ level = rt_hw_interrupt_disable(); \
if (rt_interrupt_get_nest() != 0) \ 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_ASSERT(0) \
} \ } \
rt_hw_interrupt_enable(level); \ rt_hw_interrupt_enable(level); \