Commit cb563b60 by Tobias Langer

Added matching comment to closing #endif statement.

parent af9b1dca
...@@ -133,7 +133,7 @@ void mtapi_initialize( ...@@ -133,7 +133,7 @@ void mtapi_initialize(
embb_mtapi_priority_queue_initialize_with_capacity( embb_mtapi_priority_queue_initialize_with_capacity(
&node->global_task_queue, &node->global_task_queue,
node->attributes.max_tasks); node->attributes.max_tasks);
#endif #endif /*EMBB_HARD_REALTIME*/
if (local_status == MTAPI_SUCCESS) { if (local_status == MTAPI_SUCCESS) {
/* initialize scheduler for local node */ /* initialize scheduler for local node */
......
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 sign in to comment