From 451e6883bd56e047a139c139848082ce183a7012 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Tue, 6 Oct 2015 11:25:03 +0200 Subject: [PATCH] Att estimator Q: Remove param file --- src/modules/attitude_estimator_q/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/attitude_estimator_q/CMakeLists.txt b/src/modules/attitude_estimator_q/CMakeLists.txt index 3f89f45cdb..b4726b5c89 100644 --- a/src/modules/attitude_estimator_q/CMakeLists.txt +++ b/src/modules/attitude_estimator_q/CMakeLists.txt @@ -43,7 +43,6 @@ px4_add_module( STACK 1200 SRCS attitude_estimator_q_main.cpp - attitude_estimator_q_params.c DEPENDS platforms__common )