We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c221ce4 commit a30ae1fCopy full SHA for a30ae1f
1 file changed
mazda/main.cpp
@@ -241,7 +241,7 @@ int main (int argc, char *argv[])
241
serviceBus.register_bus();
242
243
std::thread wireless_handle(wireless_thread);
244
- static BLMSystemClient *blmsystem_client = new BLMSystemClient(service_bus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");
+ static BLMSystemClient *blmsystem_client = new BLMSystemClient(serviceBus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");
245
246
hud_start();
247
0 commit comments