Assignment of non-DS1000Z parameter was placed outside of if statement.

merge-requests/1/head
Teuniz 2016-09-20 08:24:57 +02:00
rodzic 5ca0595f10
commit f970045457
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.32_1609181000"
#define PROGRAM_VERSION "0.32_1609200823"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -968,9 +968,9 @@ int UI_Mainwindow::get_device_settings()
line = __LINE__;
goto OUT_ERROR;
}
}
devparms.timebasehrefpos = atoi(device->buf);
devparms.timebasehrefpos = atoi(device->buf);
}
usleep(TMC_GDS_DELAY);