mirror of
https://github.com/n5ac/mmtty.git
synced 2025-12-06 04:12:03 +01:00
Fixed XY Scope bug
TNX to Stu K6TU
This commit is contained in:
parent
88716f5190
commit
9ba67fc376
2
Rtty.h
2
Rtty.h
|
|
@ -487,7 +487,7 @@ public:
|
||||||
~CScope();
|
~CScope();
|
||||||
void WriteData(double d);
|
void WriteData(double d);
|
||||||
void UpdateData(double d);
|
void UpdateData(double d);
|
||||||
inline int GetFlag(void){m_DataFlag; return 0;}; //JA7UDE 0428
|
inline int GetFlag(void){return m_DataFlag;}; //JA7UDE 0428, edited by JA7UDE (Jan 17, 2016)
|
||||||
void Collect(int size);
|
void Collect(int size);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue