mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Fix bugs.
This commit is contained in:
parent
ca4fff2ba6
commit
029e7eef4a
4 changed files with 13 additions and 3 deletions
|
|
@ -347,7 +347,7 @@ void CSerialPort::getVersion()
|
|||
reply[6U] = io.getCPU();
|
||||
|
||||
// Reserve 16 bytes for the UDID
|
||||
::memcpy(reply + 7U, 0x00U, 16U);
|
||||
::memset(reply + 7U, 0x00U, 16U);
|
||||
io.getUDID(reply + 7U);
|
||||
|
||||
uint8_t count = 23U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue