Skip to content

Commit

Permalink
added typedef for uint
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Feb 20, 2017
1 parent 0d1e3aa commit 6ce612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MavLinkCom/MavLinkTest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static const int pixhawkFMUV1ProductId = 16; ///< Product ID for PX4 FMU V1
#define MAV_STATE_ENUM_END (static_cast<uint8_t>(MAV_STATE::MAV_STATE_POWEROFF)+1)

typedef common_utils::Utils Utils;
typedef unsigned int uint;
using namespace mavlinkcom;

struct FlagName {
Expand Down

0 comments on commit 6ce612f

Please sign in to comment.