TLE8888: temp fix of #2065 (#2079)

This commit is contained in:
Andrey G 2020-12-14 23:33:27 +03:00 committed by GitHub
parent 7c8515cff9
commit cd546cf932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static THD_FUNCTION(tle8888_driver_thread, p) {
bool wd_happy = chip->wd_happy;
/* update outputs only if WD is happy */
if (wd_happy) {
if ((wd_happy) || (1)) {
ret = tle8888_update_output(chip);
if (ret) {
/* set state to TLE8888_FAILED? */