using type aliases are not supported by g++ 4.6

This commit is contained in:
Anton Matosov
2015-01-05 23:33:19 +02:00
parent 29d0754df6
commit e466e10d23
+1 -1
View File
@@ -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;
/**