mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Systemlib: Disable params in build
This commit is contained in:
parent
e11a753e24
commit
cf4e256b83
@ -41,7 +41,6 @@ set(SRCS
|
||||
cpuload.c
|
||||
pid/pid.c
|
||||
airspeed.c
|
||||
system_params.c
|
||||
mavlink_log.c
|
||||
rc_check.c
|
||||
otp.c
|
||||
@ -50,7 +49,6 @@ set(SRCS
|
||||
mcu_version.c
|
||||
bson/tinybson.c
|
||||
circuit_breaker.cpp
|
||||
circuit_breaker_params.c
|
||||
)
|
||||
|
||||
if(${OS} STREQUAL "nuttx")
|
||||
|
||||
@ -42,8 +42,6 @@
|
||||
* parameter needs to set to the key (magic).
|
||||
*/
|
||||
|
||||
#include <px4.h>
|
||||
|
||||
/**
|
||||
* Circuit breaker for power supply check
|
||||
*
|
||||
|
||||
@ -37,9 +37,6 @@
|
||||
* System wide parameters
|
||||
*/
|
||||
|
||||
#include <px4_config.h>
|
||||
#include <systemlib/param/param.h>
|
||||
|
||||
/**
|
||||
* Auto-start script index.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user