mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Typo
This commit is contained in:
parent
aa5eeb3554
commit
17b49fde88
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ bool CFMControl::writeModem(const unsigned char* data, unsigned int length)
|
|||
short unpackedSamples[2U];
|
||||
|
||||
for (unsigned int i = 0U; i < bufferLength; i += 3U) {
|
||||
//extract unsigned 12 bit unsigned sample pairs pack into 3 bytes to 16 bit signed
|
||||
//extract unsigned 12 bit unsigned sample pairs packed into 3 bytes to 16 bit signed
|
||||
packPointer[0U] = bufferData[i];
|
||||
packPointer[1U] = bufferData[i + 1U];
|
||||
packPointer[2U] = bufferData[i + 2U];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue