mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 05:00:36 +08:00
FlightTask: correct activate() doxygen comment
This commit is contained in:
committed by
Lorenz Meier
parent
3702c8b481
commit
03735f12a2
@@ -77,7 +77,7 @@ public:
|
||||
|
||||
/**
|
||||
* Call once on the event where you switch to the task
|
||||
* @param state of the previous task
|
||||
* @param last_setpoint last output of the previous task
|
||||
* @return true on success, false on error
|
||||
*/
|
||||
virtual bool activate(vehicle_local_position_setpoint_s last_setpoint);
|
||||
|
||||
Reference in New Issue
Block a user