X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsysclk-lwla%2Fapi.c;fp=hardware%2Fsysclk-lwla%2Fapi.c;h=525af58ed89ab36f6deb93c6963d4a28f4f4823b;hb=91aea754aaed0f0f2a6fc4b2b875f0d0b7c01f8e;hp=f693b43428339f02d2327237d8409050a4d4080c;hpb=53b4680fceab9351fc87b8c5b34854733f5fdac0;p=libsigrok.git diff --git a/hardware/sysclk-lwla/api.c b/hardware/sysclk-lwla/api.c index f693b434..525af58e 100644 --- a/hardware/sysclk-lwla/api.c +++ b/hardware/sysclk-lwla/api.c @@ -75,7 +75,7 @@ static int init(struct sr_context *sr_ctx) static GSList *gen_probe_list(int num_probes) { GSList *list; - struct sr_probe *probe; + struct sr_channel *probe; int i; char name[8]; @@ -402,7 +402,7 @@ static int config_set(int key, GVariant *data, const struct sr_dev_inst *sdi, } static int config_probe_set(const struct sr_dev_inst *sdi, - struct sr_probe *probe, unsigned int changes) + struct sr_channel *probe, unsigned int changes) { uint64_t probe_bit; uint64_t trigger_mask;