mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
Flight/telemetry: Missed one 38400 relates stuff
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@614 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
9922df3524
commit
1bb32e78f1
@ -542,5 +542,9 @@ static void updateSettings()
|
|||||||
{
|
{
|
||||||
PIOS_COM_ChangeBaud(telemetryPort, 57600);
|
PIOS_COM_ChangeBaud(telemetryPort, 57600);
|
||||||
}
|
}
|
||||||
|
else if (settings.Speed == TELEMETRYSETTINGS_SPEED_38400)
|
||||||
|
{
|
||||||
|
PIOS_COM_ChangeBaud(telemetryPort, 38400);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user