mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilib] PS4Controller: enable usage reporting (#6081)
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
using namespace frc;
|
||||
|
||||
PS4Controller::PS4Controller(int port) : GenericHID(port) {
|
||||
// re-enable when PS4Controller is added to Usage Reporting
|
||||
// HAL_Report(HALUsageReporting::kResourceType_PS4Controller, port + 1);
|
||||
HAL_Report(HALUsageReporting::kResourceType_PS4Controller, port + 1);
|
||||
}
|
||||
|
||||
double PS4Controller::GetLeftX() const {
|
||||
|
||||
Reference in New Issue
Block a user