fix channels 8 and 11, VCODivI table was incorrect.
This commit is contained in:
parent
a3412a0b81
commit
41d0c7a7da
|
@ -1037,14 +1037,14 @@ const uint8_t VCODivI[16] = {
|
|||
0x2f,
|
||||
0x2f,
|
||||
0x2f,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
0x2f,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
0x30,
|
||||
};
|
||||
|
||||
const uint32_t VCODivF[16] = {
|
||||
|
|
Loading…
Reference in a new issue