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

This commit is contained in:
mcsauder
2019-06-14 08:29:01 -06:00
committed by Beat Küng
parent 742c22d099
commit 8811c8315c
+1 -1
View File
@@ -188,7 +188,7 @@ private:
void send_storage_information(int storage_id); 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(); void update_params();