Commit bbcf9e23 by Tobias Langer

Fixed define name.

parent b7d0a2cf
......@@ -700,7 +700,7 @@ enum mtapi_node_attributes_enum {
#define MTAPI_NODE_WORKER_PRIORITIES_SIZE 0
#ifdef EMBB_HARD_REALTIME
/** size of the \a MTAPI_NODE_SCHEDULER_MODE attribute */
#define MTAPI_NODE_SCHEDULER_MODE sizeof(embb_mtapi_scheduler_mode_t)
#define MTAPI_NODE_SCHEDULER_MODE_SIZE sizeof(embb_mtapi_scheduler_mode_t)
#endif /*EMBB_HARD_REALTIME*/
......
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