move power module

This commit is contained in:
2022-08-25 16:14:21 +02:00
parent 5c0def704f
commit df5d68315b
13 changed files with 15 additions and 25 deletions

View File

@ -250,6 +250,6 @@ def perform_reboot_cmd(
make_fsfw_action_cmd(
object_id=CORE_CONTROLLER_ID,
action_id=ActionIds.XSC_REBOOT,
user_data=tc_data
user_data=tc_data,
)
)