mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Fix reported compilation errors.
This commit is contained in:
parent
ad578c1ccd
commit
dcb9dd31a9
2 changed files with 4 additions and 4 deletions
|
|
@ -511,8 +511,8 @@ void CNXDNAudio::decode(const unsigned char* in, unsigned char* out, unsigned in
|
|||
unsigned int aPos = i + 0U;
|
||||
unsigned int bPos = i + 12U;
|
||||
|
||||
WRITE_BIT(out, aPos, a & MASK);
|
||||
WRITE_BIT(out, bPos, b & MASK);
|
||||
WRITE_BIT(out, aPos, data & MASK);
|
||||
WRITE_BIT(out, bPos, datb & MASK);
|
||||
|
||||
MASK >>= 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue