X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;h=e228c87518371b47def45e60b71129ebb3223dcc;hb=5db45cc55d9155f1def688f27ac7ebfd3d7f0069;hp=b9ceebb76ecd8834631b789d57fe2477c27f081a;hpb=41dc2547787ea571e1f0fb271eff964767c49203;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index b9ceebb7..e228c875 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -95,7 +95,6 @@ struct fx2lafw_profile { struct dev_context { const struct fx2lafw_profile *profile; GSList *enabled_analog_channels; - gboolean ch_enabled[NUM_CHANNELS]; /* * Since we can't keep track of an fx2lafw device after upgrading * the firmware (it renumerates into a different device address @@ -137,6 +136,7 @@ struct dev_context { uint32_t trigger_pos; gboolean dslogic_external_clock; gboolean dslogic_continuous_mode; + int dslogic_clock_edge; int dslogic_voltage_threshold; };