summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/concat.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-30 13:20:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-04 08:05:34 +0200
commit5e39be78999abc23715236aef1afa7c22446de74 (patch)
tree07ba2e0541fb4a4bb3fda7798387573c5c57691e /spec/rtems/basedefs/if/concat.yml
parentmodules: Update rtems (diff)
downloadrtems-central-5e39be78999abc23715236aef1afa7c22446de74.tar.bz2
spec: Unify interface functions and macros
Diffstat (limited to 'spec/rtems/basedefs/if/concat.yml')
-rw-r--r--spec/rtems/basedefs/if/concat.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/rtems/basedefs/if/concat.yml b/spec/rtems/basedefs/if/concat.yml
index 596d0462..cd79a6e4 100644
--- a/spec/rtems/basedefs/if/concat.yml
+++ b/spec/rtems/basedefs/if/concat.yml
@@ -4,7 +4,11 @@ brief: |
copyrights:
- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${.:/params[0]/name}##${.:/params[1]/name}
+ default:
+ attributes: null
+ body: ${.:/params[0]/name}##${.:/params[1]/name}
+ params: []
+ return: null
variants: []
description: null
enabled-by: true