From 59537c9648457e008362eb34f0398ac3d27d7d32 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Sep 2021 08:54:58 +0200 Subject: score: SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY Rename SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY in SCHEDULER_DEFAULT_SET_AFFINITY_OPERATION. Add Doxygen comment. --- cpukit/include/rtems/score/scheduleredf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/rtems/score/scheduleredf.h') diff --git a/cpukit/include/rtems/score/scheduleredf.h b/cpukit/include/rtems/score/scheduleredf.h index 54b1cd71bc..9e643b93eb 100644 --- a/cpukit/include/rtems/score/scheduleredf.h +++ b/cpukit/include/rtems/score/scheduleredf.h @@ -68,7 +68,7 @@ extern "C" { _Scheduler_EDF_Cancel_job, /* cancel period of task */ \ _Scheduler_default_Tick, /* tick entry point */ \ _Scheduler_default_Start_idle /* start idle entry point */ \ - SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY \ + SCHEDULER_DEFAULT_SET_AFFINITY_OPERATION \ } typedef struct { -- cgit v1.2.3