diff --git a/pus_tc/devs/gps.py b/pus_tc/devs/gps.py index d0f3f21..7cb8a3a 100644 --- a/pus_tc/devs/gps.py +++ b/pus_tc/devs/gps.py @@ -12,6 +12,10 @@ class GpsOpCodes(enum.Enum): RESET_GNSS = "5" +class SetIds: + HK = 0 + + def pack_gps_command(object_id: bytes, tc_queue: TcQueueT, op_code: str): if op_code == GpsOpCodes.RESET_GNSS.value: if object_id == GPS_HANDLER_0_ID: