Firmware rename for px4io to avoid using board label in name.

This commit is contained in:
jgoppert
2015-10-20 13:36:25 -04:00
parent a57f8e2ce3
commit 8536722861
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})