mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Make sure that the blanking is for DMR only.
This commit is contained in:
10
AMBEFEC.cpp
10
AMBEFEC.cpp
@@ -671,10 +671,12 @@ unsigned int CAMBEFEC::regenerate(unsigned int& a, unsigned int& b, unsigned int
|
|||||||
errsB++;
|
errsB++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (errsA >= 4U || ((errsA + errsB) >= 6U && errsA >= 2U)) {
|
if (b23) {
|
||||||
a = 0xF00292U;
|
if (errsA >= 4U || ((errsA + errsB) >= 6U && errsA >= 2U)) {
|
||||||
b = 0x0E0B20U;
|
a = 0xF00292U;
|
||||||
c = 0x000000U;
|
b = 0x0E0B20U;
|
||||||
|
c = 0x000000U;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a = new_a;
|
a = new_a;
|
||||||
|
|||||||
Reference in New Issue
Block a user