uif-bsl: attempt BSL access even if FET firmware is non-operational.

This commit is contained in:
Daniel Beer 2011-12-14 13:11:02 +13:00
parent 66368cef12
commit 805b022a68
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static device_t bsl_open(const struct device_args *args)
}
if (enter_via_fet(dev) < 0)
return NULL;
printc_err("bsl: warning: FET firmware not responding\n");
usleep(500000);