diff options
| -rwxr-xr-x | halimpl/bcm2079x/adaptation/userial_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/bcm2079x/adaptation/userial_linux.c b/halimpl/bcm2079x/adaptation/userial_linux.c index 87803d0..9110349 100755 --- a/halimpl/bcm2079x/adaptation/userial_linux.c +++ b/halimpl/bcm2079x/adaptation/userial_linux.c @@ -1653,7 +1653,7 @@ UDRV_API void USERIAL_PowerupDevice(tUSERIAL_PORT port) resetSuccess = 1; linux_cb.client_device_address = bcmi2cnfc_client_addr; /* Delay long enough for address change */ - delay = 100; + delay = 200; } } else { resetSuccess = 1; |
