Skip to content

Commit

Permalink
weird issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jan 22, 2023
1 parent b35c9b2 commit 85445c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacepackets/ccsds/spacepacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def from_raw(cls, raw: int):


class PacketId:
"""The packet ID forms the last thirteen bits of the first two bytes of the space packet header."""
"""The packet ID forms the last thirteen bits of the first two bytes of the
space packet header."""

def __init__(self, ptype: PacketType, sec_header_flag: bool, apid: int):
if apid > pow(2, 11) - 1 or apid < 0:
Expand Down

0 comments on commit 85445c8

Please sign in to comment.