mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
mcp23009: add drivers__device cmake dependency
needed for device::I2C
This commit is contained in:
@@ -33,3 +33,5 @@
|
||||
px4_add_library(platform_gpio_mcp23009
|
||||
mcp23009.cpp
|
||||
)
|
||||
target_link_libraries(platform_gpio_mcp23009 PRIVATE drivers__device) # device::I2C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user