mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
Systemlib: Disable params in build
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user