mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-06 06:43:38 +00:00
Adding second ADF7021 support and fixing some mistakes
This commit is contained in:
parent
e86e1bfdd2
commit
0c22c47d5c
13 changed files with 379 additions and 28 deletions
|
|
@ -44,11 +44,11 @@ void CDMRRX::databit(bool bit, const uint8_t control)
|
|||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
dcd1 = m_slot1RX.databit(bit);
|
||||
dcd2 = m_slot2RX.databit(bit);
|
||||
}
|
||||
|
||||
dcd1 = m_slot1RX.databit(bit);
|
||||
dcd2 = m_slot2RX.databit(bit);
|
||||
|
||||
io.setDecode(dcd1 || dcd2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue