Skip to content

Commit

Permalink
Fix up HAL
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 3, 2025
1 parent e155abc commit e8d1dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/src/main/native/systemcore/SystemServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void InitializeSystemServer() {
}
ServerInstance = nt::NetworkTableInstance::Create();
ServerInstance.SetServer("localhost", ROBOT_SYSTEM_SERVER_NT_PORT);
ServerInstance.StartClient4("RobotProgram");
ServerInstance.StartClient("RobotProgram");
}

void ShutdownSystemServer() {
Expand Down

0 comments on commit e8d1dda

Please sign in to comment.