Renamed two members in Application class for better understandability
This commit is contained in:
parent
d2adff88d6
commit
7ffe69927f
2 changed files with 7 additions and 7 deletions
|
@ -38,10 +38,10 @@ private:
|
|||
virtual void TransmissionComplete(void *userParam, SerialConsole<257>::Buffer *buffer);
|
||||
|
||||
SerialConsole<257> m_console;
|
||||
volatile bool m_received = false;
|
||||
volatile bool m_lineReceived = false;
|
||||
volatile SerialConsole<257>::Buffer *m_rcvdBuffer;
|
||||
|
||||
volatile bool m_transmitted = true;
|
||||
volatile bool m_transmissionCompleted = true;
|
||||
};
|
||||
#endif // __cplusplus
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue