mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-03-02 19:05:28 +08:00
correct a spelling error
This commit is contained in:
parent
cc27c84145
commit
e3df19fde5
@ -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); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user