Skip to content

Commit

Permalink
fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
wavefrontshaping committed Nov 22, 2023
1 parent cdd9c8d commit d6926ab
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 130 deletions.
2 changes: 1 addition & 1 deletion src/ALP4.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class tAlpDynSynchOutGate(ct.Structure):


def MAKELONG(StartRow, RowCount):
return StartRow + RowCount << 16
return StartRow + (RowCount << 16)


# AlpSeqInquire
Expand Down
Loading

0 comments on commit d6926ab

Please sign in to comment.