Skip to content

Commit 6bb2da8

Browse files
authored
Grammar nazism strikes again
1 parent 00dc2fc commit 6bb2da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SamcoEnhanced/OpenFIREFeedback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void FFB::FFBRelease()
119119
}
120120
}
121121

122-
// If Rumble FF is enabled and Autofire is enabled, the motor needs to be disabled when the trigger is released. Otherwise allow RumbleActivation to deal with the activation timer
122+
// If Rumble FF is enabled and Autofire is enabled, the motor needs to be disabled when the trigger is released. Otherwise, allow RumbleActivation to deal with the activation timer
123123
if(SamcoPreferences::toggles.rumbleFF && SamcoPreferences::toggles.autofireActive) {
124124
if(rumbleHappening || rumbleHappened) {
125125
digitalWrite(SamcoPreferences::pins.oRumble, LOW); // Make sure the rumble is OFF.

0 commit comments

Comments
 (0)