summaryrefslogtreecommitdiff
path: root/libloragw/tst/test_loragw_hal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/tst/test_loragw_hal.c')
-rw-r--r--libloragw/tst/test_loragw_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/tst/test_loragw_hal.c b/libloragw/tst/test_loragw_hal.c
index 37e8b42..16af817 100644
--- a/libloragw/tst/test_loragw_hal.c
+++ b/libloragw/tst/test_loragw_hal.c
@@ -102,7 +102,7 @@ int main(int argc, char **argv)
int nb_pkt;
uint32_t fa = 0, fb = 0, ft = 0;
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 */
uint32_t tx_cnt = 0;
unsigned long loop_cnt = 0;