fx2lafw: Made string pointers constant
This commit is contained in:
parent
17b6c75a89
commit
6ccfadaf66
|
@ -33,9 +33,9 @@ struct fx2lafw_profile {
|
||||||
uint16_t vid;
|
uint16_t vid;
|
||||||
uint16_t pid;
|
uint16_t pid;
|
||||||
|
|
||||||
char *vendor;
|
const char *vendor;
|
||||||
char *model;
|
const char *model;
|
||||||
char *model_version;
|
const char *model_version;
|
||||||
|
|
||||||
int num_probes;
|
int num_probes;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue