Skip to content

Commit

Permalink
Tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn committed Jan 25, 2016
1 parent 452e694 commit 3f201d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/rx/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static uint8_t getRxChannelCount(void) {
if (rxConfig->max_rx_channels > rxRuntimeConfig.channelCount) {
maxChannelsAllowed = rxRuntimeConfig.channelCount;
} else {
maxChannelsAllowed = rxConfig->max_rx_channels;
maxChannelsAllowed = rxConfig->max_rx_channels;
}
}
return maxChannelsAllowed;
Expand Down

0 comments on commit 3f201d7

Please sign in to comment.