merge-requests/1/head
Teuniz 2016-10-11 18:50:01 +02:00
rodzic 5fe5cd8874
commit 09aadf8f24
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -35,7 +35,7 @@
#define PROGRAM_NAME "DSRemote"
#define PROGRAM_VERSION "0.32_1610111840"
#define PROGRAM_VERSION "0.32_1610111849"
#define MAX_PATHLEN 4096

Wyświetl plik

@ -242,6 +242,8 @@ int tmclan_write(struct tmcdev *tmc_device __attribute__ ((unused)), const char
if(n != (len + 1))
{
printf("tmclan error: device write error");
return -1;
}
@ -253,7 +255,7 @@ int tmclan_write(struct tmcdev *tmc_device __attribute__ ((unused)), const char
if(tmclan_send("*OPC?\n") != 6)
{
printf("tmcdev error: device write error");
printf("tmclan error: device write error");
return -1;
}
@ -262,7 +264,7 @@ int tmclan_write(struct tmcdev *tmc_device __attribute__ ((unused)), const char
if(n < 0)
{
printf("tmcdev error: device read error");
printf("tmclan error: device read error");
return -1;
}