[rtems-central commit] spec: Constify rtems_task_wake_when()
Sebastian Huber
sebh at rtems.org
Wed May 12 19:33:05 UTC 2021
Module: rtems-central
Branch: master
Commit: 590b01cf620b21be48467019744c61de403402ba
Changeset: http://git.rtems.org/rtems-central/commit/?id=590b01cf620b21be48467019744c61de403402ba
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed May 12 21:32:29 2021 +0200
spec: Constify rtems_task_wake_when()
---
spec/rtems/task/if/wake-when.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/rtems/task/if/wake-when.yml b/spec/rtems/task/if/wake-when.yml
index 90be9d5..5c3ac33 100644
--- a/spec/rtems/task/if/wake-when.yml
+++ b/spec/rtems/task/if/wake-when.yml
@@ -9,7 +9,7 @@ definition:
attributes: null
body: null
params:
- - ${../../type/if/time-of-day:/name} *${.:/params[0]/name}
+ - const ${../../type/if/time-of-day:/name} *${.:/params[0]/name}
return: ${../../status/if/code:/name}
variants: []
description: |
More information about the vc
mailing list