mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 20:26:55 +01:00
fix?
This commit is contained in:
parent
bb683c50a2
commit
baa002b6f1
1
ipc.c
1
ipc.c
@ -109,6 +109,7 @@ static int process_slow(volatile ipc_request *req)
|
|||||||
break;
|
break;
|
||||||
case IPC_DEV_BOOT2:
|
case IPC_DEV_BOOT2:
|
||||||
boot2_ipc(req);
|
boot2_ipc(req);
|
||||||
|
return 0;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
gecko_printf("IPC: unknown SLOW request %02x-%04x\n", req->device, req->req);
|
gecko_printf("IPC: unknown SLOW request %02x-%04x\n", req->device, req->req);
|
||||||
|
Loading…
Reference in New Issue
Block a user