1
0
Fork 0
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:
Martin Budden 2016-05-26 07:41:37 +01:00
parent 55508a9564
commit 779d047cdf
3 changed files with 6 additions and 7 deletions

View file

@ -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