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
@@ -31,6 +31,6 @@ DMC60::DMC60(int channel) : PWMSpeedController(channel) {
|
||||
SetSpeed(0.0);
|
||||
SetZeroLatch();
|
||||
|
||||
// HAL_Report(HALUsageReporting::kResourceType_VictorSP, GetChannel());
|
||||
HAL_Report(HALUsageReporting::kResourceType_DigilentDMC60, GetChannel());
|
||||
SetName("DMC60", GetChannel());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user