Files
PX4-Autopilot/src/drivers/px4io
Mark Charlebois 35e0d866eb Fix compare of int and uint32
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>
2015-05-27 19:43:54 -07:00
..
2015-05-27 19:43:54 -07:00
2015-02-08 12:30:39 +01:00