mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Fix SerialController being used by PseudoTTYController.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user