uif-bsl: attempt BSL access even if FET firmware is non-operational.
This commit is contained in:
parent
66368cef12
commit
805b022a68
|
@ -386,7 +386,7 @@ static device_t bsl_open(const struct device_args *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enter_via_fet(dev) < 0)
|
if (enter_via_fet(dev) < 0)
|
||||||
return NULL;
|
printc_err("bsl: warning: FET firmware not responding\n");
|
||||||
|
|
||||||
usleep(500000);
|
usleep(500000);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue