c-user: Fix header file path

This commit is contained in:
Sebastian Huber 2023-02-14 16:05:58 +01:00
parent ee8e1fe7ac
commit e9603bfb7c

View File

@ -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 are evolving and not fully documented. It is recommended that you look at
the existing Deterministic Priority Scheduler in the existing Deterministic Priority Scheduler in
``cpukit/score/src/schedulerpriority*.c`` for guidance. For guidance on ``cpukit/score/src/schedulerpriority*.c`` for guidance. For guidance on
the configuration macros, please examine ``cpukit/sapi/include/confdefs.h`` the configuration macros, please examine
for how these are defined for the Deterministic Priority Scheduler. ``cpukit/include/rtems/confdefs/scheduler.h`` for how these are defined for
the Deterministic Priority Scheduler.