[rtems-docs commit] c-user: Fix header file path

Sebastian Huber sebh at rtems.org
Tue Feb 14 15:02:48 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    e9603bfb7cc95d134b272276cc8a697f01440e23
Changeset: http://git.rtems.org/rtems-docs/commit/?id=e9603bfb7cc95d134b272276cc8a697f01440e23

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 14 16:05:58 2023 +0100

c-user: Fix header file path

---

 c-user/config/scheduler-general.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index a1ffa2b..6f914bc 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -809,5 +809,6 @@ At this time, the mechanics and requirements for writing a new scheduler
 are evolving and not fully documented.  It is recommended that you look at
 the existing Deterministic Priority Scheduler in
 ``cpukit/score/src/schedulerpriority*.c`` for guidance.  For guidance on
-the configuration macros, please examine ``cpukit/sapi/include/confdefs.h``
-for how these are defined for the Deterministic Priority Scheduler.
+the configuration macros, please examine
+``cpukit/include/rtems/confdefs/scheduler.h`` for how these are defined for
+the Deterministic Priority Scheduler.



More information about the vc mailing list