mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Fixed USE_SERVOS build flag.
This commit is contained in:
parent
55508a9564
commit
779d047cdf
3 changed files with 6 additions and 7 deletions
|
@ -1691,6 +1691,7 @@ static void cliDump(char *cmdline)
|
|||
cliPrintf("%s\r\n", ftoa(yaw, buf));
|
||||
}
|
||||
|
||||
#ifdef USE_SERVOS
|
||||
// print custom servo mixer if exists
|
||||
cliPrintf("smix reset\r\n");
|
||||
|
||||
|
@ -1710,6 +1711,7 @@ static void cliDump(char *cmdline)
|
|||
masterConfig.customServoMixer[i].box
|
||||
);
|
||||
}
|
||||
#endif // USE_SERVOS
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue