Browse Source

Systemlib: Disable params in build

sbg
Lorenz Meier 10 years ago
parent
commit
cf4e256b83
  1. 2
      src/modules/systemlib/CMakeLists.txt
  2. 2
      src/modules/systemlib/circuit_breaker_params.c
  3. 3
      src/modules/systemlib/system_params.c

2
src/modules/systemlib/CMakeLists.txt

@ -41,7 +41,6 @@ set(SRCS @@ -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 @@ -50,7 +49,6 @@ set(SRCS
mcu_version.c
bson/tinybson.c
circuit_breaker.cpp
circuit_breaker_params.c
)
if(${OS} STREQUAL "nuttx")

2
src/modules/systemlib/circuit_breaker_params.c

@ -42,8 +42,6 @@ @@ -42,8 +42,6 @@
* parameter needs to set to the key (magic).
*/
#include <px4.h>
/**
* Circuit breaker for power supply check
*

3
src/modules/systemlib/system_params.c

@ -37,9 +37,6 @@ @@ -37,9 +37,6 @@
* System wide parameters
*/
#include <px4_config.h>
#include <systemlib/param/param.h>
/**
* Auto-start script index.
*

Loading…
Cancel
Save