Fixed segfault bug in pdsch_ue example

This commit is contained in:
ismagom 2015-02-12 09:00:00 +01:00
parent 729519ac7e
commit 34971b46f2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ cell_search_cfg_t cell_detect_config = {
void init_plots();
pthread_t plot_thread;
sem_t plot_sem;
uint32_t plot_sf_idx;
uint32_t plot_sf_idx=0;
#endif