mirror of https://github.com/g4klx/DMRGateway
Correct if statement
This commit is contained in:
parent
e5d4dab793
commit
c3087a4b76
|
|
@ -458,7 +458,7 @@ int CDMRGateway::run()
|
||||||
status[slotNo] = DMRGWS_XLXREFLECTOR;
|
status[slotNo] = DMRGWS_XLXREFLECTOR;
|
||||||
timer[slotNo]->start();
|
timer[slotNo]->start();
|
||||||
|
|
||||||
if (voice = NULL) {
|
if (voice == NULL) {
|
||||||
unsigned char type = data.getDataType();
|
unsigned char type = data.getDataType();
|
||||||
if (type == DT_TERMINATOR_WITH_LC) {
|
if (type == DT_TERMINATOR_WITH_LC) {
|
||||||
if (changed) {
|
if (changed) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue