Skip to content

Commit

Permalink
fix typo; fix incorrect left over function definition;
Browse files Browse the repository at this point in the history
  • Loading branch information
gatekeep committed Oct 2, 2022
1 parent 61a164f commit 1883441
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions dmr/DMRTX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ DMRTX::DMRTX() :
m_abort(),
m_symLevel3Adj(0U),
m_symLevel1Adj(0U),
m_cachATControl(0U),
m_cachATControl(0U)
{
::memset(m_modState, 0x00U, 16U * sizeof(q15_t));

Expand Down Expand Up @@ -350,13 +350,6 @@ void DMRTX::setIgnoreCACH_AT(uint8_t slot)
}
}

/// <summary>
/// Sets the DMR color code.
/// </summary>
/// <param name="colorCode">Color code.</param>
void DMRTX::setColorCode(uint8_t colorCode)
{

/// <summary>
/// Sets the DMR color code.
/// </summary>
Expand Down

0 comments on commit 1883441

Please sign in to comment.