mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Fix indentation error
This commit is contained in:
@@ -52,10 +52,10 @@ public:
|
||||
virtual void close();
|
||||
|
||||
private:
|
||||
const char* m_callsign;
|
||||
unsigned int m_dmrid;
|
||||
CSerialController m_serial;
|
||||
unsigned int m_brightness;
|
||||
const char* m_callsign;
|
||||
unsigned int m_dmrid;
|
||||
CSerialController m_serial;
|
||||
unsigned int m_brightness;
|
||||
|
||||
void clearScreen();
|
||||
void setBackground(unsigned char colour);
|
||||
|
||||
Reference in New Issue
Block a user