[rtems-central commit] spec: Fix parameter direction

Sebastian Huber sebh at rtems.org
Thu Jun 17 11:07:49 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    9c2bfabf381abbd30e964b74a82704c6ff07bb6d
Changeset: http://git.rtems.org/rtems-central/commit/?id=9c2bfabf381abbd30e964b74a82704c6ff07bb6d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jun 16 12:37:00 2021 +0200

spec: Fix parameter direction

---

 spec/rtems/task/if/set-affinity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/rtems/task/if/set-affinity.yml b/spec/rtems/task/if/set-affinity.yml
index 6257bde..dbc68c6 100644
--- a/spec/rtems/task/if/set-affinity.yml
+++ b/spec/rtems/task/if/set-affinity.yml
@@ -51,7 +51,7 @@ params:
     defines the new processor affinity set of the task.  A set bit in the
     processor set means that the corresponding processor shall be in the
     processor affinity set of the task, otherwise the bit shall be cleared.
-  dir: out
+  dir: null
   name: cpuset
 return:
   return: null



More information about the vc mailing list