mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Remove annotations with constexpr params
am: 3dfccafba4
Change-Id: Ice6677138250a3c67ed07022d36649ea529ab0f4
This commit is contained in:
@@ -215,7 +215,6 @@ interface IExpression {
|
||||
MY_INT32_MIN_PLUS_1, // 0x80000001
|
||||
};
|
||||
|
||||
@callflow(key=Constants:CONST_FOO + 1)
|
||||
foo1(int32_t[Constants:CONST_FOO + 1] array);
|
||||
foo2(int32_t[5 + 8] array);
|
||||
foo3(int32_t[Constants:MAX_ARRAY_SIZE] array);
|
||||
|
||||
@@ -36,7 +36,6 @@ interface IExpressionExt {
|
||||
SixteenColors my16Colors;
|
||||
};
|
||||
|
||||
@callflow(key=@1.0::IExpression.Constants:MAX_ARRAY_SIZE)
|
||||
foo3(int32_t[IExpression.Constants:MAX_ARRAY_SIZE] array);
|
||||
foo2(SixteenColors array);
|
||||
foo1(int32_t[Constants:CONST_FOO + 5] array);
|
||||
|
||||
Reference in New Issue
Block a user