fix for art-pi smart
This commit is contained in:
parent
4de96450be
commit
84e6b3c393
|
@ -828,8 +828,6 @@ do \
|
||||||
{ \
|
{ \
|
||||||
if (need_check) \
|
if (need_check) \
|
||||||
{ \
|
{ \
|
||||||
rt_bool_t interrupt_disabled; \
|
|
||||||
interrupt_disabled = rt_hw_interrupt_is_disabled(); \
|
|
||||||
if (rt_critical_level() != 0) \
|
if (rt_critical_level() != 0) \
|
||||||
{ \
|
{ \
|
||||||
rt_kprintf("Function[%s]: scheduler is not available\n", \
|
rt_kprintf("Function[%s]: scheduler is not available\n", \
|
||||||
|
|
Loading…
Reference in New Issue