mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Renamed MAX_MAPPABLE_RX_INPUTS
This commit is contained in:
parent
3f621e26b2
commit
6ec6e7005d
5 changed files with 10 additions and 12 deletions
|
@ -2083,7 +2083,7 @@ static void printMap(uint8_t dumpMask, const rxConfig_t *rxConfig, const rxConfi
|
|||
char buf[16];
|
||||
char bufDefault[16];
|
||||
uint32_t i;
|
||||
for (i = 0; i < MAX_MAPPABLE_RX_INPUTS; i++) {
|
||||
for (i = 0; i < RX_MAPPABLE_CHANNEL_COUNT; i++) {
|
||||
buf[rxConfig->rcmap[i]] = rcChannelLetters[i];
|
||||
if (defaultRxConfig) {
|
||||
bufDefault[defaultRxConfig->rcmap[i]] = rcChannelLetters[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue