small fixes, now compiling

This commit is contained in:
2021-03-23 16:01:19 +01:00
parent 6b5dde0db2
commit 501a8919a3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
if(TGT_BSP MATCHES "arm/raspberrypi")
add_subdirectory(rpi)
endif()
target_sources(${LIB_FSFW_HAL_NAME} PRIVATE
GpioCookie.cpp
LinuxLibgpioIF.cpp
)