compilation issue in pucch_test

This commit is contained in:
Ismael Gomez 2016-08-25 17:14:10 -07:00
parent 9c18c03b97
commit 6a254cd077
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int main(int argc, char **argv) {
}
if (srslte_refsignal_ul_init(&dmrs, cell)) {
fprintf(stderr, "Error creating PDSCH object\n");
exit(-1;
exit(-1);
}
bzero(&pucch_cfg, sizeof(srslte_pucch_cfg_t));