Fix error from multiply defined name across different files

This commit is contained in:
Adam Honse 2022-09-15 18:21:46 -05:00
parent 777d292c7c
commit 75104ba424
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ typedef struct
const char* name;
} gig_device;
gig_device compatible_devices[] =
static gig_device compatible_devices[] =
{
{"X570 UD"}
};

View file

@ -24,7 +24,7 @@ typedef struct
bool invert;
} msi_device;
msi_device compatible_devices[] =
static msi_device compatible_devices[] =
{
{"7A40", false},
{"7A34", false},