X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic%2Fsaleae-logic.h;h=5b8f489c2857b9ca8c7b22c31ce1406985ed716a;hb=bb7ef79377ae617e1275373e0b631beb7f909d73;hp=2855485eb98e426e244ce955aea84aafc73327e6;hpb=d68e2d1a21ac5c3f24d88b7689f98764e4d57c30;p=libsigrok.git diff --git a/hardware/saleae-logic/saleae-logic.h b/hardware/saleae-logic/saleae-logic.h index 2855485e..5b8f489c 100644 --- a/hardware/saleae-logic/saleae-logic.h +++ b/hardware/saleae-logic/saleae-logic.h @@ -48,13 +48,13 @@ struct fx2_profile { int num_probes; }; -struct fx2_device { +struct fx2_dev { struct fx2_profile *profile; /* - * Since we can't keep track of a Saleae Logic device after upgrading the - * firmware (it re-enumerates into a different device address after the - * upgrade) this is like a global lock. No device will open until a proper - * delay after the last device was upgraded. + * Since we can't keep track of a Saleae Logic device after upgrading + * the firmware (it re-enumerates into a different device address + * 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; /* device/capture settings */