fixed one definition rule warnings
This commit is contained in:
parent
9c2a648d09
commit
9fab4110d7
14 changed files with 343 additions and 343 deletions
|
|
@ -46,9 +46,9 @@ typedef struct
|
|||
const char * name;
|
||||
const unsigned char zone;
|
||||
const unsigned char idx;
|
||||
} led_type;
|
||||
} logitech_g815_led;
|
||||
|
||||
static const led_type led_names[] =
|
||||
static const logitech_g815_led led_names[] =
|
||||
{
|
||||
/* Key Label Zone, Index */
|
||||
{ KEY_EN_A, LOGITECH_G815_ZONE_DIRECT_KEYBOARD, 0x04 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue