mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-30 12:14:16 +01:00
Fix indentation error
This commit is contained in:
parent
ad1b30341d
commit
e3263bffe1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue