SDLOG2: Do not build unused param file

This commit is contained in:
Lorenz Meier
2015-10-29 10:37:07 +01:00
parent 878dc4d7d4
commit 249742d044
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -44,7 +44,6 @@ px4_add_module(
SRCS SRCS
sdlog2.c sdlog2.c
logbuffer.c logbuffer.c
params.c
DEPENDS DEPENDS
platforms__common platforms__common
) )
-2
View File
@@ -31,8 +31,6 @@
* *
****************************************************************************/ ****************************************************************************/
#include <systemlib/param/param.h>
/** /**
* Logging rate. * Logging rate.
* *