Skip to content

Commit

Permalink
px4io: force io firmware build
Browse files Browse the repository at this point in the history
This fixes incremental build of the px4io firmware on targets that use the px4io driver.

fixes #11042
  • Loading branch information
jlecoeur authored and dagar committed Aug 25, 2019
1 parent b1d59c8 commit 32fb4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/px4io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ExternalProject_Add(px4io_firmware
INSTALL_COMMAND ""
USES_TERMINAL_BUILD true
DEPENDS git_nuttx git_nuttx_apps
BUILD_ALWAYS 1
)

ExternalProject_Get_Property(px4io_firmware BINARY_DIR)
Expand Down

0 comments on commit 32fb4a9

Please sign in to comment.