Allow output of system type

This commit is contained in:
Jason Short 2011-11-26 13:19:33 -08:00 committed by Jason Short
parent 1621f3a638
commit ca5e4bb802
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ static NOINLINE void send_heartbeat(mavlink_channel_t chan)
{
mavlink_msg_heartbeat_send(
chan,
MAV_TYPE_QUADROTOR/*mavlink_system.type*/,
2 /*mavlink_system.type*/, //MAV_TYPE_QUADROTOR
MAV_AUTOPILOT_ARDUPILOTMEGA);
}