From 9ec84a01a306e2cae9e739b11cf66f1f6d2e7b8e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 5 May 2022 14:33:02 +0200 Subject: [PATCH] small bugfix --- pus_tc/devs/heater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pus_tc/devs/heater.py b/pus_tc/devs/heater.py index a7a14b7..ef28b35 100644 --- a/pus_tc/devs/heater.py +++ b/pus_tc/devs/heater.py @@ -9,7 +9,7 @@ from config.definitions import CustomServiceList from config.object_ids import get_object_ids from tmtccmd.pus.obj_id import ObjectIdDictT, ObjectId from tmtccmd.config.definitions import QueueCommands, ServiceOpCodeDictT -from tmtccmd.tc.cpus_201_health import pack_set_health_cmd_data, FsfwHealth, Subservices +from tmtccmd.tc.pus_201_fsfw_health import pack_set_health_cmd_data, FsfwHealth, Subservices from tmtccmd.tc.service_8_functional_cmd import generate_action_command from tmtccmd.config.globals import add_service_op_code_entry, add_op_code_entry from tmtccmd.tc.packer import TcQueueT