power_test: fix incorrect line termination in init_test()

Change-Id: Ic36a4e70df52b64e4d5177d5b2bcf060e0f6458f
Related: SYS#4916
This commit is contained in:
Vadim Yanitskiy 2020-10-18 21:35:57 +07:00
parent 17fd344249
commit 00da6dcb88
1 changed files with 2 additions and 2 deletions

View File

@ -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);