fixing servo output for flying_wing w/new servo reorganization

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@450 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
timecop@gmail.com 2013-10-24 00:37:20 +00:00
parent 35927540b1
commit 7ce9aab3d8
1 changed files with 4 additions and 0 deletions

View File

@ -240,6 +240,10 @@ void writeServos(void)
break;
case MULTITYPE_FLYING_WING:
pwmWriteServo(0, servo[3]);
pwmWriteServo(1, servo[4]);
break;
case MULTITYPE_GIMBAL:
pwmWriteServo(0, servo[0]);
pwmWriteServo(1, servo[1]);