mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Fix bugs.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user