Commit af13f98c by Tobias Langer Committed by Tobias Langer

Fixed typedef which caused compilation error.

parent 8c875f2f
......@@ -62,13 +62,13 @@ enum embb_mtapi_scheduler_mode_enum {
WORK_STEAL_LF = 1,
NUM_SCHEDULER_MODES
};
#endif /*EMBB_HARD_REALTIME*/
/**
* Scheduler mode type.
* \memberof embb_mtapi_scheduler_struct
*/
typedef enum embb_mtapi_scheduler_mode_enum embb_mtapi_scheduler_mode_t;
#endif /*EMBB_HARD_REALTIME*/
/**
* \internal
......
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