mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Remove the delay when using COS.
This commit is contained in:
parent
da16ee277c
commit
3ad443dc2a
5 changed files with 12 additions and 15 deletions
|
|
@ -79,7 +79,7 @@ void CP25TX::process()
|
|||
uint8_t length;
|
||||
m_buffer.get(length);
|
||||
for (uint8_t i = 0U; i < length; i++) {
|
||||
uint8_t c;
|
||||
uint8_t c = 0U;
|
||||
m_buffer.get(c);
|
||||
m_poBuffer[m_poLen++] = c;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue