mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 09:50:35 +08:00
dsdlc namespace fix
This commit is contained in:
@@ -70,8 +70,8 @@ struct UAVCAN_EXPORT ${t.cpp_type_name}
|
||||
};
|
||||
};
|
||||
|
||||
typedef IntegerSpec< ::uavcan::IntegerBitLen< ${len(fields)} >::Result,
|
||||
::uavcan::SignednessUnsigned, ::uavcan::CastModeTruncate > TagType;
|
||||
typedef ::uavcan::IntegerSpec< ::uavcan::IntegerBitLen< ${len(fields)} >::Result,
|
||||
::uavcan::SignednessUnsigned, ::uavcan::CastModeTruncate > TagType;
|
||||
|
||||
<!--(macro expand_enum_per_field)--> #! enum_name, enum_comparator
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user