Record that the UMP is already open.

This commit is contained in:
Jonathan Naylor 2016-11-04 09:53:41 +00:00 committed by GitHub
parent 8d91fc7933
commit fcfe171365
1 changed files with 1 additions and 0 deletions

1
UMP.h
View File

@ -48,6 +48,7 @@ public:
private:
CSerialController m_serial;
bool m_open;
unsigned char* m_buffer;
unsigned int m_length;
unsigned int m_offset;