Skip to content
Snippets Groups Projects
Commit d1a1a1b9 authored by Kārlis Seņko's avatar Kārlis Seņko Committed by Daniel Agar
Browse files

Use correct path when looking up df wrapper.

parent 859b242c
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment