From 97412d0a2e305b2bfe20c917a47dc933f209ddfd Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Wed, 12 Jan 2011 15:15:27 +0100 Subject: [PATCH] fix inlclude path for baro_ets module --- sw/airborne/estimator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/airborne/estimator.h b/sw/airborne/estimator.h index a26e5cdc89..54d25d9a4d 100644 --- a/sw/airborne/estimator.h +++ b/sw/airborne/estimator.h @@ -37,7 +37,7 @@ #endif #ifdef USE_BARO_ETS -#include "baro_ets.h" +#include "modules/sensors/baro_ets.h" #endif /* position in meters */