This commit is contained in:
2023-04-02 17:03:24 +02:00
parent 33fe6916ed
commit f20f4938e4
14 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Modi& operator++(Modi& m, int) {
return m = (m == Modi::TestMode) ? Modi::Off : static_cast<Modi>(static_cast<int>(m)+1);
}
DriveManager::DriveManager(MoveControl *moveControl, const ControllPadInput *input, bool wifi) {
DriveManager::DriveManager(MoveControl *moveControl, const ControlPadInput *input, bool wifi) {
this->moveControl = moveControl;
this->input = input;