mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 05:10:35 +08:00
using type aliases are not supported by g++ 4.6
This commit is contained in:
@@ -447,7 +447,7 @@ private:
|
||||
*
|
||||
* Values are generated by the multi_tables script and placed to mixer_multirotor.generated.h
|
||||
*/
|
||||
using MultirotorGeometryUnderlyingType = unsigned int;
|
||||
typedef unsigned int MultirotorGeometryUnderlyingType;
|
||||
enum class MultirotorGeometry : MultirotorGeometryUnderlyingType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user