FlightTask: correct activate() doxygen comment

This commit is contained in:
Matthias Grob
2020-07-04 11:54:27 +02:00
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);