ekf2: move baro height file to aid_sources/barometer

This commit is contained in:
Daniel Agar 2024-04-04 14:05:13 -04:00
parent de178b1435
commit eb8ee74066
3 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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()