mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
remove IPC_SYS_DBGMSGS again
This commit is contained in:
parent
993bda8a49
commit
a5c87a6127
4
ipc.c
4
ipc.c
@ -164,10 +164,6 @@ static void process_in(void)
|
||||
case IPC_SYS_PING:
|
||||
ipc_post(req->code, req->tag, 0);
|
||||
break;
|
||||
case IPC_SYS_DBGMSG:
|
||||
ipc_post(req->code, req->tag, 1,
|
||||
gecko_enable_console(req->args[0]));
|
||||
break;
|
||||
case IPC_SYS_WRITE32:
|
||||
write32(req->args[0], req->args[1]);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user