Skip to content
Snippets Groups Projects
Commit de35844c authored by Masayuki HARADA's avatar Masayuki HARADA
Browse files

Change priority of itti thread.

parent d82ebce5
No related branches found
No related tags found
No related merge requests found
......@@ -782,7 +782,7 @@ void itti_mark_task_ready(task_id_t task_id)
/* Mark the thread as using LFDS queue */
lfds611_queue_use(itti_desc.tasks[task_id].message_queue);
#ifdef RTAI
#if defined(UE_EXPANSION) || defined(RTAI)
/* Assign low priority to created threads */
{
struct sched_param sched_param;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment