Skip to content

Commit a30ae1f

Browse files
committed
initial wifi autoconfig
1 parent c221ce4 commit a30ae1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mazda/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ int main (int argc, char *argv[])
241241
serviceBus.register_bus();
242242

243243
std::thread wireless_handle(wireless_thread);
244-
static BLMSystemClient *blmsystem_client = new BLMSystemClient(service_bus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");
244+
static BLMSystemClient *blmsystem_client = new BLMSystemClient(serviceBus, "/com/jci/blm/system", "com.jci.blmsystem.Interface");
245245

246246
hud_start();
247247

0 commit comments

Comments
 (0)