From f49513d482b5d88ad773f382594c96d000fb5054 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Feb 2012 02:15:40 +0100 Subject: [PATCH] tuner gain is not gettable --- firmware/sdr-test-project/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/sdr-test-project/main.c b/firmware/sdr-test-project/main.c index a30b943..4a6e8d5 100644 --- a/firmware/sdr-test-project/main.c +++ b/firmware/sdr-test-project/main.c @@ -288,7 +288,7 @@ static struct cmd cmds[] = { "Initialize the tuner" }, { "tuner.freq", CMD_OP_SET|CMD_OP_GET, cmd_rf_freq, "Tune to the specified frequency" }, - { "tuner.gain", CMD_OP_SET|CMD_OP_GET, cmd_tuner_gain, + { "tuner.gain", CMD_OP_SET, cmd_tuner_gain, "Tune to the specified gain" }, { "tuner.flt_bw_mix", CMD_OP_SET|CMD_OP_GET, cmd_flt_bw, "Filter bandwidth (Mixer)" },