summaryrefslogtreecommitdiff
path: root/libloragw/tst/test_loragw_cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/tst/test_loragw_cal.c')
-rw-r--r--libloragw/tst/test_loragw_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libloragw/tst/test_loragw_cal.c b/libloragw/tst/test_loragw_cal.c
index 533d189..067c157 100644
--- a/libloragw/tst/test_loragw_cal.c
+++ b/libloragw/tst/test_loragw_cal.c
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
printf("Number of calibration iterations: %d\n",nb_cal);
printf("Calibration command: brd: %d, chip: %d, dac: %d\n\n", cal_cmd >> 6, 1257-2*((cal_cmd & 0x20) >> 5), 2+((cal_cmd & 0x10) >> 4));
- x = lgw_connect(false, DEFAULT_TX_NOTCH_FREQ);
+ x = lgw_connect(false, DEFAULT_TX_NOTCH_FREQ, false);
if (x == -1) {
printf("ERROR: FAIL TO CONNECT BOARD\n");
return -1;