mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FW Att control: Avoid no symbols warnings
This commit is contained in:
parent
e20c683896
commit
ee77ff4830
@ -38,7 +38,6 @@ px4_add_module(
|
||||
-Os
|
||||
SRCS
|
||||
fw_att_control_main.cpp
|
||||
fw_att_control_params.c
|
||||
DEPENDS
|
||||
platforms__common
|
||||
)
|
||||
|
||||
@ -40,11 +40,6 @@
|
||||
* @author Thomas Gubler <thomas@px4.io>
|
||||
*/
|
||||
|
||||
#include <px4_config.h>
|
||||
|
||||
#include <systemlib/param/param.h>
|
||||
|
||||
|
||||
/*
|
||||
* Controller parameters, accessible via MAVLink
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user