Skip to content
Snippets Groups Projects

improve-nr_ul_channel_estimation

Merged Thomas Laurent requested to merge improve-nr_ul_channel_estimation into develop
Compare and
22 files
+ 776
1565
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 4
0
@@ -48,6 +48,10 @@
@@ -48,6 +48,10 @@
// main log variables
// main log variables
 
// Fixme: a better place to be shure it is called
 
void read_cpu_hardware (void) __attribute__ ((constructor));
 
void read_cpu_hardware (void) {__builtin_cpu_init(); }
 
log_mem_cnt_t log_mem_d[2];
log_mem_cnt_t log_mem_d[2];
int log_mem_flag=0;
int log_mem_flag=0;
int log_mem_multi=1;
int log_mem_multi=1;
Loading