mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
clean up some inlines
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user