add thermal controller for hosted build
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-06-27 13:53:38 +02:00
parent a2e7c6cca6
commit 3a93cdc105
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
if(TGT_BSP MATCHES "arm/q7s")
if(TGT_BSP MATCHES "arm/q7s" OR TGT_BSP MATCHES "")
target_sources(${LIB_EIVE_MISSION} PRIVATE ThermalController.cpp)
endif()