mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
uncrustification for ground/openpilotgcs/src/plugins/serialconnection/serialplugin.cpp
This commit is contained in:
parent
2c04a338b4
commit
a21357d8e9
@ -74,7 +74,7 @@ SerialConnection::SerialConnection() :
|
||||
m_enumerateThread(this),
|
||||
m_deviceOpened(false)
|
||||
{
|
||||
m_config = new SerialPluginConfiguration("Serial Telemetry", NULL, this);
|
||||
m_config = new SerialPluginConfiguration("Serial Telemetry", NULL, this);
|
||||
m_config->restoresettings();
|
||||
|
||||
m_optionspage = new SerialPluginOptionsPage(m_config, this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user