aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-18 21:35:57 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-18 21:40:00 +0700
commit00da6dcb88ade39cbe1fe2e2bc274c9030b35df1 (patch)
tree36a44f91c263490a09b91700ae71c62e27990403 /tests
parent17fd3442496833b831735ae4ade9092496192859 (diff)
power_test: fix incorrect line termination in init_test()
Diffstat (limited to 'tests')
-rw-r--r--tests/power/power_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/power/power_test.c b/tests/power/power_test.c
index eff722ae..bf474ac9 100644
--- a/tests/power/power_test.c
+++ b/tests/power/power_test.c
@@ -46,8 +46,8 @@ static void init_test(const char *name)
g_trx->ms_pwr_ctl_soft = true;
- g_bts->ul_power_target = -75,
- g_bts->band = GSM_BAND_1800,
+ g_bts->ul_power_target = -75;
+ g_bts->band = GSM_BAND_1800;
g_bts->c0 = g_trx;
printf("\nStarting test case '%s'\n", name);