Commit 7514e713 authored by Cedric Roux's avatar Cedric Roux

compilation warning removal

parent 048f07f6
...@@ -47,7 +47,7 @@ int beam_precoding(int32_t **txdataF, ...@@ -47,7 +47,7 @@ int beam_precoding(int32_t **txdataF,
int aa) int aa)
{ {
uint8_t p; uint8_t p;
uint16_t re=0; //uint16_t re=0;
int slot_offset_F; int slot_offset_F;
slot_offset_F = slot*(frame_parms->ofdm_symbol_size)*((frame_parms->Ncp==1) ? 6 : 7); slot_offset_F = slot*(frame_parms->ofdm_symbol_size)*((frame_parms->Ncp==1) ? 6 : 7);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment