Initializing rf_uhd error handler

This commit is contained in:
Paul Sutton 2017-05-09 12:57:23 +01:00
parent e3f528c191
commit 84d64484a5
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ int rf_uhd_open_multi(char *args, void **h, uint32_t nof_rx_antennas)
}
handler->devname = NULL;
// Initialize handler
handler->uhd_error_handler = NULL;
bzero(zero_mem, sizeof(cf_t)*64*1024);
/* If device type or name not given in args, choose a B200 */