- refactored interrupt en/dis

- enable mips-debugger in App



git-svn-id: http://moon:8086/svn/mips@132 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-26 20:09:46 +00:00
parent 3bcdafc447
commit 41414d5648
7 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ void board_init(void)
// Setup interrupt support
interrupt_init();
interrupt_enable_all();
interrupt_global_enable();
// Do some initializations here
}