mcp23009: add drivers__device cmake dependency

needed for device::I2C
This commit is contained in:
Beat Küng 2022-06-20 11:20:03 +02:00 committed by Daniel Agar
parent 42cd0b4ce0
commit 6f8663ac62

View File

@ -33,3 +33,5 @@
px4_add_library(platform_gpio_mcp23009
mcp23009.cpp
)
target_link_libraries(platform_gpio_mcp23009 PRIVATE drivers__device) # device::I2C