Skip to content

Commit

Permalink
V1.19.05
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Jan 2, 2025
1 parent f247d53 commit 4f53c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genmonlib/myserial.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
elif Parity.lower() == "odd":
Parity = 1
else:
Parity = 0
Parity = 2

if Parity == None or Parity == 0:
# set parity check: no parity
Expand Down

0 comments on commit 4f53c2e

Please sign in to comment.