bsp,abstract-machine,interrupt: implement rt_hw_interrupt_enable()
This commit is contained in:
parent
eabba3f39a
commit
79c8ec519a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <klib.h>
|
||||
|
||||
void rt_hw_interrupt_enable() {
|
||||
assert(0);
|
||||
iset(1);
|
||||
}
|
||||
|
||||
void rt_hw_interrupt_disable() {
|
||||
|
|
Loading…
Add table
Reference in a new issue