Fix sys_config_get_io_event syscall name

This commit is contained in:
Nekotekina 2019-07-29 21:49:37 +03:00
parent c6993d3f1c
commit 949f33c8a4
4 changed files with 4 additions and 3 deletions

View file

@ -434,4 +434,4 @@ error_code sys_config_unregister_io_error_listener(u32 config_hdl)
{
sys_config.todo("sys_config_register_io_error_listener(config_hdl=0x%x)", config_hdl);
return CELL_OK;
}
}