forked from Archive/PX4-Autopilot
Runway lib: Do not attempt to build params file
This commit is contained in:
parent
0b14266eff
commit
55cd24a4fa
|
@ -36,7 +36,6 @@ px4_add_module(
|
|||
-Os
|
||||
SRCS
|
||||
RunwayTakeoff.cpp
|
||||
runway_takeoff_params.c
|
||||
DEPENDS
|
||||
platforms__common
|
||||
)
|
||||
|
|
|
@ -39,10 +39,6 @@
|
|||
* @author Andreas Antener <andreas@uaventure.com>
|
||||
*/
|
||||
|
||||
#include <px4_config.h>
|
||||
|
||||
#include <systemlib/param/param.h>
|
||||
|
||||
/**
|
||||
* Enable or disable runway takeoff with landing gear
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue