1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Remove serial_cli.c's dependency on mw.h/board.h.

Rename yawdeadband to yaw_deadband to match other variables/cli
commands.

Fix a couple of usages of MAX_MOTORS where MAX_SUPPORTED_MOTORS should
be used instead.
This commit is contained in:
Dominic Clifton 2014-04-23 20:42:38 +01:00
parent bcc55abcc8
commit a5f0999c26
12 changed files with 250 additions and 220 deletions

View file

@ -345,7 +345,7 @@ static void resetConf(void)
// Radio
parseRcChannels("AETR1234", &masterConfig.rxConfig);
currentProfile.deadband = 0;
currentProfile.yawdeadband = 0;
currentProfile.yaw_deadband = 0;
currentProfile.alt_hold_throttle_neutral = 40;
currentProfile.alt_hold_fast_change = 1;
currentProfile.throttle_correction_value = 0; // could 10 with althold or 40 for fpv