Merge pull request #1 from jiangyy/remove-thread-os-ioe
kernels,thread-os: remove ioe
This commit is contained in:
parent
6067516bec
commit
8fbf7f9425
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ void mp_entry() {
|
|||
}
|
||||
|
||||
int main() {
|
||||
ioe_init();
|
||||
cte_init(on_interrupt);
|
||||
|
||||
for (int i = 0; i < LENGTH(tasks); i++) {
|
||||
|
|
Loading…
Reference in a new issue