Merge pull request #3033 from dronecrew/px4io-fw-rename

Firmware rename for px4io to avoid using board label in name.
This commit is contained in:
Lorenz Meier
2015-10-22 00:14:48 +02:00
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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})