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 bfebcac commit a8928c8Copy full SHA for a8928c8
libcpu/mips/common/exception.c
@@ -74,7 +74,7 @@ void rt_hw_interrupt_enable(rt_base_t level)
74
/**
75
* exception handle table
76
*/
77
-#define RT_EXCEPTION_MAX 31
+#define RT_EXCEPTION_MAX 32
78
exception_func_t sys_exception_handlers[RT_EXCEPTION_MAX];
79
80
0 commit comments