From 38baac9678634fe48b3e0102e6af530679f5fe94 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 7 Sep 2018 19:09:12 +0700 Subject: apps/grgsm_trx: fix inaccurate sample rate calculation Change-Id: I0c309588fa0f7822abfb3919327639735db07679 --- apps/grgsm_trx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/grgsm_trx') 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" -- cgit v1.2.3