From c2e9f8158632568a0947b868d10498bba017ae92 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 6 Oct 2015 11:25:52 +0200 Subject: [PATCH] Commander: Remove unused param file from CMake to prevent empty linkage warning --- src/modules/commander/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/commander/CMakeLists.txt b/src/modules/commander/CMakeLists.txt index aa8fd80fc1..7cd5b045ef 100644 --- a/src/modules/commander/CMakeLists.txt +++ b/src/modules/commander/CMakeLists.txt @@ -45,7 +45,6 @@ px4_add_module( -Os SRCS commander.cpp - commander_params.c state_machine_helper.cpp commander_helper.cpp calibration_routines.cpp