Skip to content

Commit

Permalink
added pressure to raw values
Browse files Browse the repository at this point in the history
  • Loading branch information
pixhawk committed Sep 2, 2011
1 parent 11f509a commit 68ea76a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/common_mainloop_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ void communication_send_raw_data(uint64_t loop_start_time)
global_data.magnet_raw.x,
global_data.magnet_raw.y,
global_data.magnet_raw.z);
mavlink_msg_raw_pressure_send(global_data.param[PARAM_SEND_DEBUGCHAN],
sys_time_clock_get_unix_offset() + loop_start_time,
global_data.pressure_raw, 0, 0, global_data.temperature);
}
}

Expand Down

0 comments on commit 68ea76a

Please sign in to comment.