drivers/boards/common: now checks if board has "px4-io" in its name instead of just "io"

This commit is contained in:
garfieldG 2019-08-19 15:45:42 +03:00 committed by Daniel Agar
parent a7eed520b4
commit 1958275495
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
############################################################################
# common board drivers (currently only for nuttx fmu boards)
if ((${PX4_PLATFORM} MATCHES "nuttx") AND NOT ${PX4_BOARD} MATCHES "io")
if ((${PX4_PLATFORM} MATCHES "nuttx") AND NOT ${PX4_BOARD} MATCHES "px4_io")
add_library(drivers_boards_common
board_crashdump.c