From a517a098567ac0c5925bb1fd59242a8e769ba981 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Jun 2020 16:05:54 +0200 Subject: c-user: Use * for list items --- c-user/config/scheduler-general.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c-user/config/scheduler-general.rst') diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst index 438e9a3..d274dea 100644 --- a/c-user/config/scheduler-general.rst +++ b/c-user/config/scheduler-general.rst @@ -543,13 +543,13 @@ NOTES: scheduling algorithm. If ``CONFIGURE_SCHEDULER_USER`` is defined then the following additional macros shall be defined: - - ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of + * ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of the scheduler data structures of the user scheduler. - - ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler + * ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler table entry initializer for the user scheduler. - - ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of + * ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of the per-thread information of the user scheduler. At this time, the mechanics and requirements for writing a new scheduler -- cgit v1.2.3