integrating fsfw_hal

This commit is contained in:
2021-03-23 16:15:31 +01:00
committed by Robin.Mueller
parent d4ac84abba
commit 485f61041f
13 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,12 @@
target_sources(${TARGET_NAME} PUBLIC
GpioCookie.cpp
LinuxLibgpioIF.cpp
)
target_link_libraries(${TARGET_NAME} PUBLIC
gpiod
)