diff --git a/src/irq.c b/src/irq.c index f6b33a7c7b0..2bd1a6ae594 100644 --- a/src/irq.c +++ b/src/irq.c @@ -150,7 +150,8 @@ RTM_EXPORT(rt_hw_interrupt_enable); rt_weak rt_bool_t rt_hw_interrupt_is_disabled(void) { - return RT_FALSE; + // return RT_FALSE; + return RT_TURE; } RTM_EXPORT(rt_hw_interrupt_is_disabled); /**@}*/