mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
WIP not decoding the SACCH correctly.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
class CNXDNLICH {
|
||||
public:
|
||||
CNXDNLICH(const CNXDNLICH& fich);
|
||||
CNXDNLICH(const CNXDNLICH& lich);
|
||||
CNXDNLICH();
|
||||
~CNXDNLICH();
|
||||
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
void setOption(unsigned char option);
|
||||
void setDirection(unsigned char direction);
|
||||
|
||||
CNXDNLICH& operator=(const CNXDNLICH& fich);
|
||||
CNXDNLICH& operator=(const CNXDNLICH& lich);
|
||||
|
||||
private:
|
||||
unsigned char m_lich;
|
||||
|
||||
Reference in New Issue
Block a user