Fix SerialController being used by PseudoTTYController.

This commit is contained in:
Jonathan Naylor
2020-06-28 15:23:56 +01:00
parent 93a0b9793b
commit 30098a5d38
4 changed files with 20 additions and 2 deletions

View File

@@ -46,6 +46,8 @@ public:
#endif
protected:
CSerialController(unsigned int speed, bool assertRTS = false);
std::string m_device;
unsigned int m_speed;
bool m_assertRTS;