mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Verify that method arguments and results can share the same name. am: 88476c157b am: 2b77beb537
am: 62b3b4ca51
Change-Id: I11fc8fe0ab3c9ef6e8a0a7419f9deadb367e423f
This commit is contained in:
@@ -95,4 +95,6 @@ interface IFoo {
|
||||
|
||||
transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
|
||||
transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
|
||||
|
||||
sendVec(vec<uint8_t> data) generates (vec<uint8_t> data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user