mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Make the type correct for silence frames.
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ void CNXDNTX::writeByte(uint8_t c)
|
||||
|
||||
void CNXDNTX::writeSilence()
|
||||
{
|
||||
q15_t inBuffer[4U] = {0x00U, 0x00U, 0x00U, 0x00U};
|
||||
q15_t inBuffer[4U] = {0, 0, 0, 0};
|
||||
q15_t intBuffer[NXDN_RADIO_SYMBOL_LENGTH * 4U];
|
||||
q15_t outBuffer[NXDN_RADIO_SYMBOL_LENGTH * 4U];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user