Correct length

This commit is contained in:
Geoffrey Merck 2020-05-16 12:08:26 +02:00 committed by GitHub
parent 48e863d1d0
commit 296ac88842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ void CSerialPort::writeFMEOT()
uint8_t reply[10U];
reply[0U] = MMDVM_FRAME_START;
reply[1U] = 4U;
reply[1U] = 3U;
reply[2U] = MMDVM_FM_EOT;
writeInt(1U, reply, 3U);