]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/asix-sigma/asix-sigma.c
asix-sigma: Use the more portable g_usleep().
[libsigrok.git] / src / hardware / asix-sigma / asix-sigma.c
index c577ca74686ca58268829c7c457efa35c339b08e..0e6180cbe1b1e0c74c0fb50601b87ea695eb8793 100644 (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;