asix-sigma: Use the more portable g_usleep().

This commit is contained in:
Uwe Hermann 2015-02-21 20:57:27 +01:00
parent f80b3fe234
commit d9c3331d12
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ static int sigma_fpga_init_bitbang(struct dev_context *devc)
if (data & (1 << 5))
return 0;
/* The D6 was not asserted yet, wait a bit. */
usleep(10000);
g_usleep(10000);
}
return SR_ERR_TIMEOUT;