diff --git a/src/modules/ekf2/ekf2_main.cpp b/src/modules/ekf2/ekf2_main.cpp index 58dbfafe131..30b9ee1248a 100644 --- a/src/modules/ekf2/ekf2_main.cpp +++ b/src/modules/ekf2/ekf2_main.cpp @@ -238,8 +238,7 @@ private: int _airdata_sub{-1}; int _airspeed_sub{-1}; - int _ev_att_sub{-1}; - int _ev_pos_sub{-1}; + int _ev_odom_sub{-1}; int _landing_target_pose_sub{-1}; int _magnetometer_sub{-1}; int _optical_flow_sub{-1};