X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fhantek-dso%2Fdso.h;fp=hardware%2Fhantek-dso%2Fdso.h;h=53cf49408d9ea7c78e5a2742b006c08bf617706a;hb=fc8fe3e3141f998dd97004c4379cb4d3acbd62a9;hp=e21be0ee8a15ad02a12dfe9c8f508767df2cefb6;hpb=e749a8cb50029b6275a32a60c351d65f14fdf601;p=libsigrok.git diff --git a/hardware/hantek-dso/dso.h b/hardware/hantek-dso/dso.h index e21be0ee..53cf4940 100644 --- a/hardware/hantek-dso/dso.h +++ b/hardware/hantek-dso/dso.h @@ -28,7 +28,7 @@ #define DSO_EP_OUT 0x02 /* FX2 renumeration delay in ms */ -#define MAX_RENUM_DELAY 3000 +#define MAX_RENUM_DELAY_MS 3000 #define MAX_CAPTURE_EMPTY 3 @@ -170,7 +170,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; int epin_maxpacketsize; int capture_empty_count; int dev_state;