further cleanup

This commit is contained in:
2024-10-10 16:04:18 +02:00
parent 791428e6c0
commit dd9c39af30
12 changed files with 110 additions and 314 deletions

View File

@ -1,3 +1,6 @@
################################################
# Mission code in C
# adds directly to the OBSW target
################################################
target_sources(${TARGET_NAME} PRIVATE mission.c freeRTOS_rust_helper.c)
target_sources(${OBSW_NAME} PRIVATE mission.c freeRTOS_rust_helper.c)