Skip to content

Commit

Permalink
ISSI driver compile error fix (qmk#9169)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilba authored May 27, 2020
1 parent a5e749d commit ac447d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/issi/is31fl3731.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ uint8_t g_twi_transfer_buffer[20];
uint8_t g_pwm_buffer[DRIVER_COUNT][144];
bool g_pwm_buffer_update_required[DRIVER_COUNT] = {false};

uint8_t g_led_control_registers[DRIVER_COUNT][18] = {{0}, {0}};
uint8_t g_led_control_registers[DRIVER_COUNT][18] = {{0}};
bool g_led_control_registers_update_required[DRIVER_COUNT] = {false};

// This is the bit pattern in the LED control registers
Expand Down

0 comments on commit ac447d8

Please sign in to comment.