fix an idiotic mistake;

pull/4/head 2023-03-25
Bryan Biedenkapp 3 years ago
parent 54fed406d1
commit 7bae382af6

@ -60,7 +60,7 @@ const uint8_t CONTROL_DATA = 0x40U;
/// Initializes a new instance of the DMRSlotRX class. /// Initializes a new instance of the DMRSlotRX class.
/// </summary> /// </summary>
DMRSlotRX::DMRSlotRX(bool slot) : DMRSlotRX::DMRSlotRX(bool slot) :
m_slot(false), m_slot(slot),
m_bitBuffer(0x00U), m_bitBuffer(0x00U),
m_buffer(), m_buffer(),
m_dataPtr(0U), m_dataPtr(0U),

Loading…
Cancel
Save

Powered by TurnKey Linux.