Skip to content
Snippets Groups Projects
Commit ee295fa8 authored by Robin Mueller's avatar Robin Mueller
Browse files

mission dependant code removed

parent 42e92288
No related branches found
No related tags found
Loading
...@@ -21,10 +21,6 @@ def make_interval(interval_seconds: float) -> bytearray: ...@@ -21,10 +21,6 @@ def make_interval(interval_seconds: float) -> bytearray:
# adding custom defintion to hk using test pool variables # adding custom defintion to hk using test pool variables
sid_thermalsensor = make_sid(g.THERMAL_SENSOR_DEVICE_ID, 1)
number_of_parameters = struct.pack('>B', 5)
sid_internal_err_rprtr = make_sid(g.INTERNAL_ERROR_REPORTER_ID, 0)
def pack_service3_test_into(tc_queue: Deque) -> Deque: def pack_service3_test_into(tc_queue: Deque) -> Deque:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment