1
0
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:
sambas 2010-05-08 16:47:12 +00:00 committed by sambas
parent 9922df3524
commit 1bb32e78f1

View File

@ -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);
}
} }