clean up some inlines

This commit is contained in:
LagoLunatic
2024-01-18 00:26:06 -05:00
parent f9fe5f6e99
commit 17cf09cc09
15 changed files with 77 additions and 48 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public:
return isPushingReset;
}
inline void stopMotorWave() { mRumble.stopPatternedRumbleAtThePeriod(); }
void stopMotorWave() { mRumble.stopPatternedRumbleAtThePeriod(); }
void stopMotor() { mRumble.stopMotor(mPortNum); }
void stopMotorHard() { mRumble.stopMotorHard(mPortNum); }