Skip to content

Commit

Permalink
bugfix for updated spacepacckets
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 25, 2022
1 parent 0adb957 commit 0ea7df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmtccmd/tm/pus_5_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(
source_data.extend(struct.pack("!I", self._param_1))
source_data.extend(struct.pack("!I", self._param_2))
pus_tm = PusTelemetry(
service=PusServices.SERVICE_5_EVENT,
service=PusServices.S5_EVENT,
subservice=subservice,
time=time,
ssc=ssc,
Expand Down

0 comments on commit 0ea7df5

Please sign in to comment.