Clean up the code to remove warnings.

This commit is contained in:
Jonathan Naylor
2018-09-06 17:10:58 +01:00
parent 8ee9f2f7af
commit 131d87c830
2 changed files with 19 additions and 18 deletions

View File

@@ -99,8 +99,8 @@ private:
unsigned int m_berCount2;
unsigned int m_txFrequency;
unsigned int m_rxFrequency;
float m_fl_txFrequency=0;
float m_fl_rxFrequency=0;
float m_fl_txFrequency;
float m_fl_rxFrequency;
bool m_displayTempInF;
std::string m_location;