mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 15:36:21 +00:00
Fix a potential issue with reporting the wrong command type in ACK and NAK messages.
This commit is contained in:
parent
43b53fe2fc
commit
f4e1c0b401
3 changed files with 43 additions and 43 deletions
|
|
@ -109,8 +109,8 @@ private:
|
|||
uint16_t m_lastSerialAvailCount;
|
||||
CRingBuffer<uint8_t> m_i2CData;
|
||||
|
||||
void sendACK();
|
||||
void sendNAK(uint8_t err);
|
||||
void sendACK(uint8_t type);
|
||||
void sendNAK(uint8_t type, uint8_t err);
|
||||
void getStatus();
|
||||
void getVersion();
|
||||
uint8_t setConfig(const uint8_t* data, uint16_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue