mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Use correct path when looking up df wrapper.
This commit is contained in:
parent
859b242cb8
commit
d1a1a1b9fe
@ -261,7 +261,7 @@ function(px4_add_board)
|
||||
foreach(driver ${DF_DRIVERS})
|
||||
list(APPEND config_df_driver_list ${driver})
|
||||
|
||||
if(EXISTS "${PX4_SOUCE_DIR}/platforms/posix/drivers/df_${driver}_wrapper")
|
||||
if(EXISTS "${PX4_SOURCE_DIR}/src/platforms/posix/drivers/df_${driver}_wrapper")
|
||||
list(APPEND config_module_list platforms/posix/drivers/df_${driver}_wrapper)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user