We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300e850 commit 08e12c1Copy full SHA for 08e12c1
src/hardware/fx2lafw/protocol.c
@@ -120,7 +120,8 @@ static int command_start_acquisition(const struct sr_dev_inst *sdi)
120
}
121
122
sr_dbg("GPIF delay = %d, clocksource = %sMHz.", delay,
123
- (cmd.flags & CMD_START_FLAGS_CLK_48MHZ) ? "48" : "30");
+ (cmd.flags & CMD_START_FLAGS_CLK_192MHZ? "192" :
124
+ (cmd.flags & CMD_START_FLAGS_CLK_48MHZ) ? "48" : "30"));
125
126
if (delay < 0 || delay > MAX_SAMPLE_DELAY) {
127
sr_err("Unable to sample at %" PRIu64 "Hz.", samplerate);
0 commit comments