Skip to content
Snippets Groups Projects
Commit ded09dc7 authored by noah the goodra's avatar noah the goodra
Browse files

NWM changed to NIM

parent ad49cec1
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ void CheckSysUpdateAvailable(Service::Interface* self) { ...@@ -19,7 +19,7 @@ void CheckSysUpdateAvailable(Service::Interface* self) {
cmd_buff[1] = RESULT_SUCCESS.raw; cmd_buff[1] = RESULT_SUCCESS.raw;
cmd_buff[2] = 0; // No update available cmd_buff[2] = 0; // No update available
LOG_WARNING(Service_NWM, "(STUBBED) called"); LOG_WARNING(Service_NIM, "(STUBBED) called");
} }
void Init() { void Init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment