Skip to content

Commit 4a926a0

Browse files
Merge pull request #5 from talbotmcinnis/DefaultPinForSwitchMultiPos
Indentation fix
2 parents 25f1d44 + 623244f commit 4a926a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/Switches.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace DcsBios {
3030

3131
if ((millis() - lastDebounceTime) > debounceDelay_) {
3232
if (state != switchState_) {
33-
if (tryToSendDcsBiosMessage(msg_, state == HIGH ? "0" : "1")) {
33+
if (tryToSendDcsBiosMessage(msg_, state == HIGH ? "0" : "1")) {
3434
switchState_ = state;
3535
}
3636
}

0 commit comments

Comments
 (0)