mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 09:08:17 +01:00
Remove tag at struct
This commit is contained in:
parent
8d8d968cf7
commit
a41e363d8c
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
/* TEMPer type definition */
|
/* TEMPer type definition */
|
||||||
|
|
||||||
typedef struct temper_type {
|
typedef struct {
|
||||||
const int vendor_id;
|
const int vendor_id;
|
||||||
const int product_id;
|
const int product_id;
|
||||||
const char product_name[256];
|
const char product_name[256];
|
||||||
|
@ -55,7 +55,7 @@ typedef struct temper_type {
|
||||||
void (*decode_func)();
|
void (*decode_func)();
|
||||||
} temper_type_t;
|
} temper_type_t;
|
||||||
|
|
||||||
typedef struct temper_device {
|
typedef struct {
|
||||||
libusb_device_handle *handle;
|
libusb_device_handle *handle;
|
||||||
temper_type_t *type;
|
temper_type_t *type;
|
||||||
} temper_device_t;
|
} temper_device_t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue