mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 17:40:12 +08:00
FlightTaskOffboard: fix header comment
This commit is contained in:
committed by
Daniel Agar
parent
8b76c0c023
commit
630af7fb58
@@ -30,9 +30,11 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file FlightTaskAuto.cpp
|
* @file FlightTaskOffboard.cpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FlightTaskOffboard.hpp"
|
#include "FlightTaskOffboard.hpp"
|
||||||
#include <mathlib/mathlib.h>
|
#include <mathlib/mathlib.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user