]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/conrad-digi-35-cpu/protocol.c
Improve readability and clarity of some numbers.
[libsigrok.git] / src / hardware / conrad-digi-35-cpu / protocol.c
index caf1e85db17962d376a1777f9e012cbd6157eb81..a414bd7b58e084e09d690cd86a23e2eca76f704b 100644 (file)
@@ -57,7 +57,7 @@ SR_PRIV int send_msg1(const struct sr_dev_inst *sdi, char cmd, int param)
         * Wait 50ms to ensure that the device does not swallow any of the
         * following commands.
         */
-       g_usleep(50000);
+       g_usleep(50 * 1000);
 
        return SR_OK;
 }