Fix event name

This commit is contained in:
mailwl
2019-09-04 09:30:08 +03:00
parent d02bfc9bd7
commit e245a13bb5

View File

@@ -1068,7 +1068,7 @@ IApplicationFunctions::IApplicationFunctions() : ServiceFramework("IApplicationF
auto& kernel = Core::System::GetInstance().Kernel();
gpu_error_detected_event = Kernel::WritableEvent::CreateEventPair(
kernel, Kernel::ResetType::Manual, "ISelfController:GpuErrorDetectedSystemEvent");
kernel, Kernel::ResetType::Manual, "IApplicationFunctions:GpuErrorDetectedSystemEvent");
}
IApplicationFunctions::~IApplicationFunctions() = default;