From e9603bfb7cc95d134b272276cc8a697f01440e23 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Feb 2023 16:05:58 +0100 Subject: c-user: Fix header file path --- c-user/config/scheduler-general.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 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 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. -- cgit v1.2.3