mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
No longer hardcode baudrate
This commit is contained in:
parent
5ad37e691c
commit
1971ba30dc
@ -515,9 +515,6 @@ static void updateSettings()
|
||||
{
|
||||
|
||||
if (telemetryPort) {
|
||||
PIOS_COM_ChangeBaud(telemetryPort, 115200);
|
||||
return;
|
||||
|
||||
// Retrieve settings
|
||||
uint8_t speed;
|
||||
HwSettingsTelemetrySpeedGet(&speed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user