summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2011-01-24 16:53:47 +0100
committerSteve Markgraf <steve@steve-m.de>2011-01-24 16:53:47 +0100
commit0b4155ca19354921404d8cc3500d472a459606b8 (patch)
tree0b0a66c34dd813b1c2dd9a825e5040bac09ceec6
parentf1ac298ff7c627acf02afb7ca90b4a01a09e391d (diff)
fw/board/gta0x: remove unused define in RFFE configuration
Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--src/target/firmware/board/common/rffe_gta0x_triband.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/firmware/board/common/rffe_gta0x_triband.c b/src/target/firmware/board/common/rffe_gta0x_triband.c
index ec42483a..7a379884 100644
--- a/src/target/firmware/board/common/rffe_gta0x_triband.c
+++ b/src/target/firmware/board/common/rffe_gta0x_triband.c
@@ -101,7 +101,6 @@ uint8_t rffe_get_gain(void)
const uint8_t system_inherent_gain = SYSTEM_INHERENT_GAIN;
-#define to_dbm8(x) ((x)*8)
/* Given the expected input level of exp_inp dBm/8 and the target of target_bb
* dBm8, configure the RF Frontend with the respective gain */
void rffe_set_gain(int16_t exp_inp, int16_t target_bb)