Fix error from multiply defined name across different files
This commit is contained in:
parent
777d292c7c
commit
75104ba424
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ typedef struct
|
|||
const char* name;
|
||||
} gig_device;
|
||||
|
||||
gig_device compatible_devices[] =
|
||||
static gig_device compatible_devices[] =
|
||||
{
|
||||
{"X570 UD"}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ typedef struct
|
|||
bool invert;
|
||||
} msi_device;
|
||||
|
||||
msi_device compatible_devices[] =
|
||||
static msi_device compatible_devices[] =
|
||||
{
|
||||
{"7A40", false},
|
||||
{"7A34", false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue