]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/fx2lafw.h
sr: fx2lafw: Fix a firmware upload bug on 32bit systems.
[libsigrok.git] / hardware / fx2lafw / fx2lafw.h
index dca21ba3aed9747d40f605976776955c51199754..f8bf99a6285b28a68c7bdd996f3de839c66a4330 100644 (file)
@@ -62,7 +62,7 @@ struct context {
         * after the upgrade) this is like a global lock. No device will open
         * until a proper delay after the last device was upgraded.
         */
-       GTimeVal fw_updated;
+       int64_t fw_updated;
 
        /* Device/Capture Settings */
        uint64_t cur_samplerate;