mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Clean up the code to remove warnings.
This commit is contained in:
parent
8ee9f2f7af
commit
131d87c830
2 changed files with 19 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue