Commit 5a3b657f authored by Florian Kaltenberger's avatar Florian Kaltenberger

small fix

parent 6bb34495
......@@ -1525,7 +1525,7 @@ volatile int16_t phy_tx_end;
static void* ru_thread_tx( void* param ) {
RU_t *ru = (RU_t*)param;
RU_proc_t *proc = &ru->proc;
LTE_DL_FRAME_PARMS *fp = &ru->frame_parms;
LTE_DL_FRAME_PARMS *fp = ru->frame_parms;
cpu_set_t cpuset;
CPU_ZERO(&cpuset);
char filename[256];
......
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