mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Fixes for HLUsageReporting due to Jonathan's exceptions.
Change-Id: I28d6719d0b8f5a71186f6a764c9541277aea6237
This commit is contained in:
@@ -43,4 +43,10 @@ public class HLUsageReporting {
|
||||
void reportPIDController(int num);
|
||||
void reportSmartDashboard();
|
||||
}
|
||||
|
||||
public static class Null implements Interface {
|
||||
public void reportScheduler() {}
|
||||
public void reportPIDController(int num) {}
|
||||
public void reportSmartDashboard() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user