Browse Source

ISSI driver compile error fix (#9169)

pull/9220/head 0.8.191
Wilba 3 years ago
committed by GitHub
parent
commit
ac447d8acb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/issi/is31fl3731.c

+ 1
- 1
drivers/issi/is31fl3731.c View File

@ -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


Loading…
Cancel
Save