Skip to content

Commit

Permalink
gcs, inputchannelform: Fix whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
glowtape committed Apr 3, 2019
1 parent 9734acd commit 295b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ground/gcs/src/plugins/config/inputchannelform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void inputChannelForm::groupUpdated()
case ManualControlSettings::RSSITYPE_TBSCROSSFIRE:
count = 12;
break;
case ManualControlSettings::RSSITYPE_IBUS:
case ManualControlSettings::RSSITYPE_IBUS:
count = 10;
break;
case ManualControlSettings::RSSITYPE_NONE:
Expand Down

0 comments on commit 295b84b

Please sign in to comment.