mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-07 10:25:23 +08:00
Completely removed px4_add_board
This commit is contained in:
committed by
Daniel Agar
parent
57593cc56a
commit
56472eeed7
@@ -144,12 +144,10 @@ include(px4_add_module)
|
||||
set(config_module_list)
|
||||
|
||||
include(px4_config)
|
||||
include(px4_add_board)
|
||||
include(${PX4_CONFIG_FILE})
|
||||
include(kconfig)
|
||||
message(STATUS "PX4 config: ${PX4_CONFIG}")
|
||||
message(STATUS "PX4 platform: ${PX4_PLATFORM}")
|
||||
|
||||
include(kconfig)
|
||||
|
||||
if(${PX4_PLATFORM} STREQUAL "posix")
|
||||
if(ENABLE_LOCKSTEP_SCHEDULER)
|
||||
|
||||
Reference in New Issue
Block a user