mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 09:00:35 +08:00
Firmware rename for px4io to avoid using board label in name.
This commit is contained in:
@@ -103,7 +103,7 @@ elseif(${config_io_board} STREQUAL "px4io-v2")
|
||||
)
|
||||
endif()
|
||||
|
||||
set(fw_io_name ${config_io_board}_${LABEL})
|
||||
set(fw_io_name ${config_io_board})
|
||||
|
||||
add_executable(${fw_io_name}
|
||||
${srcs})
|
||||
|
||||
Reference in New Issue
Block a user