Fixed a lot of bugs in HSFV_management

This commit is contained in:
eddyem
2017-05-05 16:47:02 +03:00
parent 220655233e
commit bf4ea0c493
14 changed files with 1529 additions and 1396 deletions

View File

@@ -26,11 +26,11 @@
#define W_PID "82cd"
typedef struct{
int fd;
char *serial;
char ID;
char name[9];
int maxpos;
int fd;
char *serial;
char ID;
char name[9];
int maxpos;
} wheel_descr;
int find_wheels(wheel_descr **wheels);