mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Add timer to return from CW Ident
This commit is contained in:
parent
4e1b002665
commit
28775026d4
10 changed files with 32 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
void clearFusion();
|
||||
|
||||
void writeCW();
|
||||
void clearCW();
|
||||
|
||||
virtual void close() = 0;
|
||||
|
||||
|
|
@ -65,6 +66,7 @@ protected:
|
|||
virtual void clearFusionInt() = 0;
|
||||
|
||||
virtual void writeCWInt() = 0;
|
||||
virtual void clearCWInt() = 0;
|
||||
|
||||
virtual void clockInt(unsigned int ms);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue