kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Assignment of non-DS1000Z parameter was placed outside of if statement.
rodzic
5ca0595f10
commit
f970045457
2
global.h
2
global.h
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define PROGRAM_NAME "DSRemote"
|
#define PROGRAM_NAME "DSRemote"
|
||||||
#define PROGRAM_VERSION "0.32_1609181000"
|
#define PROGRAM_VERSION "0.32_1609200823"
|
||||||
|
|
||||||
#define MAX_PATHLEN 4096
|
#define MAX_PATHLEN 4096
|
||||||
|
|
||||||
|
|
|
@ -968,9 +968,9 @@ int UI_Mainwindow::get_device_settings()
|
||||||
line = __LINE__;
|
line = __LINE__;
|
||||||
goto OUT_ERROR;
|
goto OUT_ERROR;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
devparms.timebasehrefpos = atoi(device->buf);
|
devparms.timebasehrefpos = atoi(device->buf);
|
||||||
|
}
|
||||||
|
|
||||||
usleep(TMC_GDS_DELAY);
|
usleep(TMC_GDS_DELAY);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue