We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fafb19 commit 0075881Copy full SHA for 0075881
include/rthw.h
@@ -126,13 +126,11 @@ void rt_hw_local_irq_enable(rt_base_t level);
126
127
#define rt_hw_interrupt_disable rt_cpus_lock
128
#define rt_hw_interrupt_enable rt_cpus_unlock
129
-
130
-rt_bool_t rt_hw_interrupt_is_disabled(void);
131
#else
132
rt_base_t rt_hw_interrupt_disable(void);
133
void rt_hw_interrupt_enable(rt_base_t level);
134
135
#endif /*RT_USING_SMP*/
+rt_bool_t rt_hw_interrupt_is_disabled(void);
136
137
/*
138
* Context interfaces
0 commit comments