Skip to content

Commit

Permalink
Mark CommandGenericHID as a public base class of CommandXboxController
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed May 25, 2024
1 parent e254523 commit 880bf58
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 880bf58

Please sign in to comment.