summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-18 20:55:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-18 20:55:04 +0200
commit7c90eff5cf9f6c8008dbb32ef8ba24c048f968e1 (patch)
tree070e53102722494c8b67fefe6f9a5d2b364b2a4b
parentspec: Specify rtems_task_wake_after() (diff)
downloadrtems-central-7c90eff5cf9f6c8008dbb32ef8ba24c048f968e1.tar.bz2
spec: Fix format
-rw-r--r--spec/c/req/clock-nanosleep.yml2
-rw-r--r--spec/rtems/task/req/wake-after.yml2
-rw-r--r--spec/rtems/task/req/wake-when.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/spec/c/req/clock-nanosleep.yml b/spec/c/req/clock-nanosleep.yml
index 9da4f21e..fbec98d1 100644
--- a/spec/c/req/clock-nanosleep.yml
+++ b/spec/c/req/clock-nanosleep.yml
@@ -364,7 +364,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef CReqClockNanosleep_Context Context;
static void Worker( rtems_task_argument arg )
diff --git a/spec/rtems/task/req/wake-after.yml b/spec/rtems/task/req/wake-after.yml
index 4a52db36..860796f8 100644
--- a/spec/rtems/task/req/wake-after.yml
+++ b/spec/rtems/task/req/wake-after.yml
@@ -148,7 +148,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef RtemsTaskReqWakeAfter_Context Context;
static void Worker( rtems_task_argument arg )
diff --git a/spec/rtems/task/req/wake-when.yml b/spec/rtems/task/req/wake-when.yml
index f7576eb9..2551d3ba 100644
--- a/spec/rtems/task/req/wake-when.yml
+++ b/spec/rtems/task/req/wake-when.yml
@@ -210,7 +210,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef RtemsTaskReqWakeWhen_Context Context;
static void SetTOD( rtems_time_of_day *tod, uint32_t year )