forked from Archive/PX4-Autopilot
drivers/boards/common: now checks if board has "px4-io" in its name instead of just "io"
This commit is contained in:
parent
a7eed520b4
commit
1958275495
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue