1
0
Fork 0

[Core] IS31FL3731/36/37 bug fix (#10612)

* 3731 bug fix

* bug fixes
This commit is contained in:
Xelus22 2020-10-23 07:08:17 +00:00 committed by GitHub
parent fe50bee988
commit 5e9c078c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -233,4 +233,5 @@ void IS31FL3731_update_led_control_registers(uint8_t addr, uint8_t index) {
IS31FL3731_write_register(addr, i, g_led_control_registers[index][i]);
}
}
g_led_control_registers_update_required[index] = false;
}