Merge pull request #36 from phl0/fixXLX

Correct if statement
This commit is contained in:
Jonathan Naylor
2017-08-20 22:49:53 +01:00
committed by GitHub

View File

@@ -458,7 +458,7 @@ int CDMRGateway::run()
status[slotNo] = DMRGWS_XLXREFLECTOR;
timer[slotNo]->start();
if (voice = NULL) {
if (voice == NULL) {
unsigned char type = data.getDataType();
if (type == DT_TERMINATOR_WITH_LC) {
if (changed) {