mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update UsageReporting enums and their uses for 2019 (#1218)
This commit is contained in:
committed by
Peter Johnson
parent
8aac46542d
commit
d54c2665dc
@@ -29,6 +29,6 @@ PWMVictorSPX::PWMVictorSPX(int channel) : PWMSpeedController(channel) {
|
||||
SetSpeed(0.0);
|
||||
SetZeroLatch();
|
||||
|
||||
// HAL_Report(HALUsageReporting::kResourceType_PWMVictorSPX, GetChannel());
|
||||
HAL_Report(HALUsageReporting::kResourceType_PWMVictorSPX, GetChannel());
|
||||
SetName("PWMVictorSPX", GetChannel());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user