Browse Source

flying wing servo output fix

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@218 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
master
timecop@gmail.com 12 years ago
parent
commit
f3ce558871
  1. 5643
      obj/baseflight.hex
  2. 3
      src/mixer.c

5643
obj/baseflight.hex
File diff suppressed because it is too large
View File

3
src/mixer.c

@ -197,9 +197,6 @@ void writeServos(void)
break;
case MULTITYPE_FLYING_WING:
break;
case MULTITYPE_GIMBAL:
pwmWriteServo(0, servo[0]);
pwmWriteServo(1, servo[1]);

Loading…
Cancel
Save