summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/rf
diff options
context:
space:
mode:
authorHarald Welte2010-02-23 01:22:15 +0100
committerHarald Welte2010-02-23 01:44:09 +0100
commit68817f6508ac380eb45a9eed093cc924833fd37a (patch)
tree771a9b1db2c3579fcc80ea4edc7bd2e555acbcf5 /src/target/firmware/rf
parentTRF6151: close the Rx (Downlink) window after ABB is closed (diff)
downloadosmocom-68817f6508ac380eb45a9eed093cc924833fd37a.tar.gz
osmocom-68817f6508ac380eb45a9eed093cc924833fd37a.tar.xz
osmocom-68817f6508ac380eb45a9eed093cc924833fd37a.zip
fix typo in comment
Diffstat (limited to 'src/target/firmware/rf')
-rw-r--r--src/target/firmware/rf/trf6151.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/rf/trf6151.c b/src/target/firmware/rf/trf6151.c
index ea00985..f7962d0 100644
--- a/src/target/firmware/rf/trf6151.c
+++ b/src/target/firmware/rf/trf6151.c
@@ -88,7 +88,7 @@ enum trf6151_reg {
/* All values in qbits unless otherwise speciifed */
#define TRF6151_LDO_DELAY_TS 6 /* six TDMA frames (at least 25ms) */
#define TRF6151_RX_PLL_DELAY 184 /* 170 us */
-#define TRF6151_TX_PLL_DELAY 260 /* 170 us */
+#define TRF6151_TX_PLL_DELAY 260 /* 240 us */
uint16_t rf_arfcn = 871; /* TODO: this needs to be private */
static uint16_t rf_band;