summaryrefslogtreecommitdiffstats
path: root/spec/score/basedefs/if/assert-unreachable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/score/basedefs/if/assert-unreachable.yml')
-rw-r--r--spec/score/basedefs/if/assert-unreachable.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/spec/score/basedefs/if/assert-unreachable.yml b/spec/score/basedefs/if/assert-unreachable.yml
index c5819351..a6112fff 100644
--- a/spec/score/basedefs/if/assert-unreachable.yml
+++ b/spec/score/basedefs/if/assert-unreachable.yml
@@ -4,11 +4,19 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- do { } while ( 0 )
+ default:
+ attributes: null
+ body: |
+ do { } while ( 0 )
+ params: []
+ return: null
variants:
- - definition: |
- _Assert( 0 )
+ - definition:
+ attributes: null
+ body: |
+ _Assert( 0 )
+ params: []
+ return: null
enabled-by:
- defined(${/build-options/if/debug:/name})
description: null