summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/aligned.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/basedefs/aligned.yml')
-rw-r--r--spec/if/rtems/basedefs/aligned.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/if/rtems/basedefs/aligned.yml b/spec/if/rtems/basedefs/aligned.yml
index 5b48bc34..f9f91da8 100644
--- a/spec/if/rtems/basedefs/aligned.yml
+++ b/spec/if/rtems/basedefs/aligned.yml
@@ -1,12 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: []
+enabled-by: true
interface-brief: |
Instructs the compiler in a declaration or definition to enforce the
specified alignment.
interface-definition:
- default: ""
+ default: ''
variants:
- definition: |
__attribute__((__aligned__(_alignment)))