mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "IFoo: remove pointer from u." am: 999693e4e8 am: 94955f45ca
am: 1b32490065
Change-Id: I0762bbb513233bb8ffa87d11219b38be1a9437be
This commit is contained in:
@@ -103,7 +103,6 @@ interface IFoo {
|
||||
union U {
|
||||
int8_t number;
|
||||
int8_t[1][2] multidimArray;
|
||||
pointer p;
|
||||
Fumble anotherStruct;
|
||||
bitfield<BitField> bf;
|
||||
} u;
|
||||
|
||||
Reference in New Issue
Block a user