1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Add break that Brian caught

This commit is contained in:
James Cotton 2011-12-04 22:31:07 -06:00
parent c84334f649
commit 783510de57

View File

@ -94,6 +94,7 @@ void inputChannelForm::groupUpdated()
break;
case ManualControlSettings::CHANNELGROUPS_GCS:
count = 5;
break;
case ManualControlSettings::CHANNELGROUPS_NONE:
count = 0;
break;