Systemlib: Disable params in build

This commit is contained in:
Lorenz Meier 2015-10-10 16:20:59 +02:00
parent e11a753e24
commit cf4e256b83
3 changed files with 0 additions and 7 deletions

View File

@ -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")

View File

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

View File

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