Skip to content

Commit ed7f593

Browse files
author
Jonathan Naylor
committed
Remove the duplicate end of DMR transmission network message.
1 parent de88f09 commit ed7f593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DMRSlot.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
337337
data[0U] = TAG_EOT;
338338
data[1U] = 0x00U;
339339

340-
writeNetworkRF(data, DT_TERMINATOR_WITH_LC);
341340
writeNetworkRF(data, DT_TERMINATOR_WITH_LC);
342341

343342
if (m_duplex) {

0 commit comments

Comments
 (0)