]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/protocol.c
fx2lafw: add support for "probe names" scan option
[libsigrok.git] / src / hardware / fx2lafw / protocol.c
index 963d0336e59c4000e24a0f51542776cbda9678b4..8854f5a69afd7221931b606b6d0c24a6001426c9 100644 (file)
@@ -255,6 +255,7 @@ SR_PRIV struct dev_context *fx2lafw_dev_new(void)
 
        devc = g_malloc0(sizeof(struct dev_context));
        devc->profile = NULL;
+       devc->channel_names = NULL;
        devc->fw_updated = 0;
        devc->cur_samplerate = 0;
        devc->limit_frames = 1;