mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-22 01:31:16 +03:00
Fixed a lot of bugs in HSFV_management
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user