mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 22:30:35 +08:00
ekf2: move baro height file to aid_sources/barometer
This commit is contained in:
@@ -150,7 +150,7 @@ endif()
|
||||
|
||||
if(CONFIG_EKF2_BAROMETER)
|
||||
list(APPEND EKF_SRCS
|
||||
EKF/baro_height_control.cpp
|
||||
EKF/aid_sources/barometer/baro_height_control.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ endif()
|
||||
|
||||
if(CONFIG_EKF2_BAROMETER)
|
||||
list(APPEND EKF_SRCS
|
||||
baro_height_control.cpp
|
||||
aid_sources/barometer/baro_height_control.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user