mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-22 11:32:05 +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