Improve timing within the protocol engines.

This commit is contained in:
Jonathan Naylor 2016-03-14 20:55:15 +00:00
parent 1d4443eafd
commit 2cfb1f458e
9 changed files with 36 additions and 14 deletions

View file

@ -39,7 +39,7 @@ public:
unsigned int readModemSlot1(unsigned char* data);
unsigned int readModemSlot2(unsigned char* data);
void clock(unsigned int ms);
void clock();
private:
unsigned int m_id;