Skip to content

Commit

Permalink
- fixed typo on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokawa committed Dec 7, 2024
1 parent 8d1320e commit 2c407ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cssrlib/rawnav.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def decode_gal_inav(self, week, time, sat, type_, msg):
# for E5b: field1: reserved1. field2 = reserved2

odd, page = bs.unpack_from('u1u1', msg, 0)
# odd_, page_ = bs.unpack_from('u1u1', msg, 120)
sid, iodnav = bs.unpack_from('u6u10', msg, 2)

if sid > 5:
Expand Down Expand Up @@ -1409,7 +1410,7 @@ class rcvOpt():
flg_qzsl5s = False
flg_galinav = False
flg_galfnav = False
flg_bdsb1cc = False
flg_bdsb1c = False
flg_bdsb2a = False
flg_bdsb2b = False
flg_bdsd12 = False
Expand Down

0 comments on commit 2c407ce

Please sign in to comment.