Commit 11b3ad1c authored by Lorenz Meier's avatar Lorenz Meier

Added missing initialization

parent 56190d75
...@@ -61,6 +61,8 @@ DebugConsole::DebugConsole(QWidget *parent) : ...@@ -61,6 +61,8 @@ DebugConsole::DebugConsole(QWidget *parent) :
lowpassDataRate(0.0f), lowpassDataRate(0.0f),
dataRateThreshold(400), dataRateThreshold(400),
commandIndex(0), commandIndex(0),
escReceived(false),
escIndex(0),
m_ui(new Ui::DebugConsole) m_ui(new Ui::DebugConsole)
{ {
// Setup basic user interface // Setup basic user interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment