From e6d06666e0433d985b959a06d64ec2f60c04b91a Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 6 Oct 2015 11:25:30 +0200 Subject: [PATCH] Bottle drop: Remove unused param file to prevent warning --- src/modules/bottle_drop/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/bottle_drop/CMakeLists.txt b/src/modules/bottle_drop/CMakeLists.txt index 0b03efe6e4..7c77cac340 100644 --- a/src/modules/bottle_drop/CMakeLists.txt +++ b/src/modules/bottle_drop/CMakeLists.txt @@ -38,7 +38,6 @@ px4_add_module( -Os SRCS bottle_drop.cpp - bottle_drop_params.c DEPENDS platforms__common )