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:
parent
3776bb07dc
commit
774a36a2d5
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue