1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1241 TxPID Does not work for Bank 3 PID settings (Typo)

This commit is contained in:
Laurent Lalanne 2014-03-07 22:04:14 +01:00 committed by f5soh
parent 54036ee5d6
commit aa7a8f62c7

View File

@ -326,7 +326,7 @@ static void updatePIDs(UAVObjEvent *ev)
break;
case 2:
StabilizationSettingsBank2Set((StabilizationSettingsBank2Data *)&bank);
StabilizationSettingsBank3Set((StabilizationSettingsBank3Data *)&bank);
break;
default: