mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fixes for HLUsageReporting due to Jonathan's exceptions.
Change-Id: I28d6719d0b8f5a71186f6a764c9541277aea6237
This commit is contained in:
@@ -166,6 +166,7 @@ public abstract class RobotBase {
|
||||
// Set some implementations so that the static methods work properly
|
||||
Timer.SetImplementation(new SimTimer());
|
||||
RobotState.SetImplementation(DriverStation.getInstance());
|
||||
HLUsageReporting.SetImplementation(new HLUsageReporting.Null()); // No reporting
|
||||
|
||||
String robotName = "";
|
||||
Enumeration<URL> resources = null;
|
||||
|
||||
Reference in New Issue
Block a user