mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
drivers/boards/common: now checks if board has "px4-io" in its name instead of just "io"
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
# common board drivers (currently only for nuttx fmu boards)
|
# 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
|
add_library(drivers_boards_common
|
||||||
board_crashdump.c
|
board_crashdump.c
|
||||||
|
|||||||
Reference in New Issue
Block a user