summaryrefslogtreecommitdiff
path: root/util_tx_test
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2022-10-24 17:33:23 -0500
committerHarsh Sharma <harsh.sharma@multitech.com>2022-10-24 17:33:23 -0500
commitdc09db37114c702cacef4f70abc1b1526ce95334 (patch)
treeaaae9be0f9ee1cec58c7d50772aea69ff5df9ce1 /util_tx_test
parent898c8cf70358161f659079bd573111ca3a82e810 (diff)
downloadlora_gateway_mtac_full-dc09db37114c702cacef4f70abc1b1526ce95334.tar.gz
lora_gateway_mtac_full-dc09db37114c702cacef4f70abc1b1526ce95334.tar.bz2
lora_gateway_mtac_full-dc09db37114c702cacef4f70abc1b1526ce95334.zip
Fixed incorrect clock sources and added spi path option to test gps
Diffstat (limited to 'util_tx_test')
-rw-r--r--util_tx_test/src/util_tx_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util_tx_test/src/util_tx_test.c b/util_tx_test/src/util_tx_test.c
index 90d7dec..186b1d2 100644
--- a/util_tx_test/src/util_tx_test.c
+++ b/util_tx_test/src/util_tx_test.c
@@ -205,7 +205,7 @@ int main(int argc, char **argv)
/* RF configuration (TX fail if RF chain is not enabled) */
enum lgw_radio_type_e radio_type = LGW_RADIO_TYPE_NONE;
- uint8_t clocksource = 1; /* Radio B is source by default */
+ uint8_t clocksource = 0; /* Radio B is source by default */
struct lgw_conf_board_s boardconf;
struct lgw_conf_lbt_s lbtconf;
struct lgw_conf_rxrf_s rfconf;