Commit c6e84198 authored by Wang Tsu-Han's avatar Wang Tsu-Han

remove print

parent 003c4b6c
...@@ -700,7 +700,6 @@ static void* emulatedRF_thread(void* param) { ...@@ -700,7 +700,6 @@ static void* emulatedRF_thread(void* param) {
sparam.sched_priority = sched_get_priority_max(SCHED_FIFO); sparam.sched_priority = sched_get_priority_max(SCHED_FIFO);
policy = SCHED_FIFO ; policy = SCHED_FIFO ;
pthread_setschedparam(pthread_self(), policy, &sparam); pthread_setschedparam(pthread_self(), policy, &sparam);
LOG_I(PHY,"/////////////////////******************** numerology = %d /////////////////////////////////***************************** \n",numerology);
wait_sync("emulatedRF_thread"); wait_sync("emulatedRF_thread");
while(!oai_exit){ while(!oai_exit){
......
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