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

@ -318,6 +318,9 @@ int rf_uhd_open_multi(char *args, void **h, uint32_t nof_rx_antennas)
args = "";
}
handler->devname = NULL;
// Initialize handler
handler->uhd_error_handler = NULL;
bzero(zero_mem, sizeof(cf_t)*64*1024);