Skip to content

Commit

Permalink
Remove the duplicate end of DMR transmission network message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Naylor committed Nov 20, 2019
1 parent de88f09 commit ed7f593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DMRSlot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
data[0U] = TAG_EOT;
data[1U] = 0x00U;

writeNetworkRF(data, DT_TERMINATOR_WITH_LC);
writeNetworkRF(data, DT_TERMINATOR_WITH_LC);

if (m_duplex) {
Expand Down

0 comments on commit ed7f593

Please sign in to comment.