mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
mavlink: remove outdated comment
This commit is contained in:
@@ -93,8 +93,7 @@ public:
|
||||
virtual unsigned get_size() = 0;
|
||||
|
||||
/**
|
||||
* This function is called in response to a MAV_CMD_REQUEST_MESSAGE command. The default implementation is to
|
||||
* just reset the counter to immediately send one message.
|
||||
* This function is called in response to a MAV_CMD_REQUEST_MESSAGE command.
|
||||
*/
|
||||
virtual bool request_message(float param2 = 0.0, float param3 = 0.0, float param4 = 0.0,
|
||||
float param5 = 0.0, float param6 = 0.0, float param7 = 0.0)
|
||||
|
||||
Reference in New Issue
Block a user