1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Allow all models to use servo tilt.

See #1006
This commit is contained in:
Dominic Clifton 2015-06-10 15:31:47 +01:00
parent 889b14df5f
commit 7db626747d
2 changed files with 10 additions and 14 deletions

View file

@ -827,7 +827,7 @@ static bool processOutCommand(uint8_t cmdMSP)
break;
#ifdef USE_SERVOS
case MSP_SERVO:
s_struct((uint8_t *)&servo, 16);
s_struct((uint8_t *)&servo, MAX_SUPPORTED_SERVOS * 2);
break;
case MSP_SERVO_CONF:
headSerialReply(MAX_SUPPORTED_SERVOS * 7);