summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/dsp.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-25 16:39:01 +0200
committerHarald Welte <laforge@gnumonks.org>2010-06-25 16:39:01 +0200
commit542086b2003f492da089ca2eb20f25e2c0f13925 (patch)
tree38f051525cf909e6818c0f2de9b4785c12414bf1 /src/target/firmware/include/calypso/dsp.h
parenta10344b39eb588c6173e2f63be0c935a024a7a18 (diff)
[layer1] Activate AGC implementation
The target input level at the ABB ADC / DSP baseband downlink path is just an estimate and might have to change
Diffstat (limited to 'src/target/firmware/include/calypso/dsp.h')
-rw-r--r--src/target/firmware/include/calypso/dsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/firmware/include/calypso/dsp.h b/src/target/firmware/include/calypso/dsp.h
index 0872dadb..4839f827 100644
--- a/src/target/firmware/include/calypso/dsp.h
+++ b/src/target/firmware/include/calypso/dsp.h
@@ -3,6 +3,8 @@
#include <calypso/dsp_api.h>
+#define CAL_DSP_TGT_BB_LVL 80
+
struct dsp_api {
T_NDB_MCU_DSP *ndb;
T_DB_DSP_TO_MCU *db_r;