From dc09db37114c702cacef4f70abc1b1526ce95334 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Mon, 24 Oct 2022 17:33:23 -0500 Subject: Fixed incorrect clock sources and added spi path option to test gps --- util_tx_test/src/util_tx_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util_tx_test') 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; -- cgit v1.2.3