fix typo
This commit is contained in:
parent
9d1cb1d563
commit
6f2c345320
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Context* __am_irq_handle(Context *c) {
|
|||
if (user_handler) {
|
||||
Event ev = {0};
|
||||
uintptr_t ecode = 0;
|
||||
switch (ccode) {
|
||||
switch (ecode) {
|
||||
default: ev.event = EVENT_ERROR; break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue