aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-09-07 19:09:12 +0700
committerPiotr Krysik <ptrkrysik@gmail.com>2018-09-13 15:35:44 +0200
commit562125270bff1bc6181989607426b803523c420a (patch)
tree4fc398cd8e4711158b38a804d43ba407fb2e4090 /apps
parent9e46c4807dd48629469e3c7587c13b98162acd49 (diff)
apps/grgsm_trx: fix inaccurate sample rate calculation
Diffstat (limited to 'apps')
-rwxr-xr-xapps/grgsm_trx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/grgsm_trx b/apps/grgsm_trx
index 45312e6..6efed07 100755
--- a/apps/grgsm_trx
+++ b/apps/grgsm_trx
@@ -46,7 +46,7 @@ class Application:
base_port = 6700
# PHY specific
- phy_sample_rate = 4 * 1625000 / 6
+ phy_sample_rate = radio_if.SAMPLE_RATE
phy_freq_offset_hz = None
phy_tx_antenna = "TX/RX"
phy_rx_antenna = "RX2"