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

Avoid print smix table header multiple times.

This commit is contained in:
Dominic Clifton 2015-07-08 14:48:23 +01:00
parent 3776bb07dc
commit 774a36a2d5
2 changed files with 3 additions and 3 deletions

View file

@ -831,7 +831,7 @@ void mixTable(void)
break;
}
// do camstab
// camera stabilization
if (feature(FEATURE_SERVO_TILT)) {
// center at fixed position, or vary either pitch or roll by RC channel
servo[SERVO_GIMBAL_PITCH] = determineServoMiddleOrForwardFromChannel(SERVO_GIMBAL_PITCH);