summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/align-down.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/align-down.yml')
-rw-r--r--spec/rtems/basedefs/if/align-down.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/if/align-down.yml b/spec/rtems/basedefs/if/align-down.yml
index a8efbdad..ca11765f 100644
--- a/spec/rtems/basedefs/if/align-down.yml
+++ b/spec/rtems/basedefs/if/align-down.yml
@@ -4,8 +4,12 @@ brief: |
copyrights:
- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( ( ${.:/params[0]/name} ) & ~( ( ${.:/params[1]/name} ) - 1 ) )
+ default:
+ attributes: null
+ body: |
+ ( ( ${.:/params[0]/name} ) & ~( ( ${.:/params[1]/name} ) - 1 ) )
+ params: []
+ return: null
variants: []
description: null
enabled-by: true