Skip to content

Commit

Permalink
fix: 🐛 fix find-and-replace error
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored Sep 25, 2024
1 parent c94c460 commit d170d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gamepad/controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Gamepad {
static std::string unique_name();
static Button Gamepad::*button_to_ptr(pros::controller_digital_e_t button);
void updateButton(pros::controller_digital_e_t button_id);
pros::Gamepad controller;
pros::Controller controller;
};

inline Gamepad Gamepad::master {pros::E_CONTROLLER_MASTER};
Expand Down

0 comments on commit d170d12

Please sign in to comment.