mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
MC pos ctrl: Do not build unused param file
This commit is contained in:
@@ -36,7 +36,6 @@ px4_add_module(
|
|||||||
STACK 1200
|
STACK 1200
|
||||||
SRCS
|
SRCS
|
||||||
mc_pos_control_main.cpp
|
mc_pos_control_main.cpp
|
||||||
mc_pos_control_params.c
|
|
||||||
DEPENDS
|
DEPENDS
|
||||||
platforms__common
|
platforms__common
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -38,8 +38,6 @@
|
|||||||
* @author Anton Babushkin <anton@px4.io>
|
* @author Anton Babushkin <anton@px4.io>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <systemlib/param/param.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum thrust in auto thrust control
|
* Minimum thrust in auto thrust control
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user