1
0
forked from fsfw/fsfw

power and pus upstream taken over

This commit is contained in:
2020-12-22 16:18:12 +01:00
parent f6e7e232f5
commit 2e1ad41da7
3 changed files with 23 additions and 1 deletions

7
power/CMakeLists.txt Normal file
View File

@ -0,0 +1,7 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
Fuse.cpp
PowerComponent.cpp
PowerSensor.cpp
PowerSwitcher.cpp
)