From eb6162bdcc93c12e3f2cfd8728c5cc6880cc60db Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Tue, 19 Jun 2012 02:08:29 +0200 Subject: [PATCH] cli: not doing sigrokdecode directly from analog data It's just a completely different can of beans. --- sigrok-cli.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sigrok-cli.c b/sigrok-cli.c index a67b6a3..3034439 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -622,9 +622,6 @@ static void datafeed_in(struct sr_dev *dev, struct sr_datafeed_packet *packet) outfile = g_fopen(opt_output_file, "wb"); } } -// if (opt_pds) -// srd_session_start(num_enabled_probes, unitsize, -// meta_logic->samplerate); break; case SR_DF_ANALOG: -- 2.30.2