Skip to content

Commit

Permalink
Copy time stamps from messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Nov 12, 2019
1 parent 961416e commit 59ce0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/mavlink/mavlink_receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,7 @@ MavlinkReceiver::handle_message_cellular_status(mavlink_message_t *msg)

cellular_status_s cellular_status{};

cellular_status.timestamp = hrt_absolute_time();
cellular_status.status = status.status;
cellular_status.type = status.type;
cellular_status.quality = status.quality;
Expand Down

0 comments on commit 59ce0cd

Please sign in to comment.