Browse Source

Modify the update_params() comment to better reflect what is taking place in mavlink_receiver.h.

sbg
mcsauder 6 years ago committed by Beat Küng
parent
commit
8811c8315c
  1. 2
      src/modules/mavlink/mavlink_receiver.h

2
src/modules/mavlink/mavlink_receiver.h

@ -188,7 +188,7 @@ private: @@ -188,7 +188,7 @@ private:
void send_storage_information(int storage_id);
/**
* @brief Checks for updated uORB parameters and updates the params if required.
* @brief Updates the battery, optical flow, and flight ID subscribed parameters.
*/
void update_params();

Loading…
Cancel
Save