Skip to content

Commit

Permalink
[commands] Make CommandGenericHID a public base class of CommandXboxC…
Browse files Browse the repository at this point in the history
…ontroller (wpilibsuite#6658)
  • Loading branch information
KangarooKoala authored and chauser committed May 30, 2024
1 parent b8901ab commit bbc0d95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace frc2 {
*
* @see frc::XboxController
*/
class CommandXboxController : CommandGenericHID {
class CommandXboxController : public CommandGenericHID {
public:
/**
* Construct an instance of a controller.
Expand Down

0 comments on commit bbc0d95

Please sign in to comment.