mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 07:10:36 +08:00
35e0d866eb
VEHICLE_CMD_START_RX_PAIR is defined as uint32 and is being compared to an int. GCC complains about this and fails. Changed int cast to a unsigned int. Signed-off-by: Mark Charlebois <charlebm@gmail.com>