Browse Source

mcp23009: add drivers__device cmake dependency

needed for device::I2C
main
Beat Küng 3 years ago committed by Daniel Agar
parent
commit
6f8663ac62
  1. 2
      platforms/nuttx/src/px4/common/gpio/mcp23009/CMakeLists.txt

2
platforms/nuttx/src/px4/common/gpio/mcp23009/CMakeLists.txt

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

Loading…
Cancel
Save