Skip to content

Commit

Permalink
fix a regression introduced in 6b2c749
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Blot <[email protected]>
  • Loading branch information
eblot committed Apr 10, 2024
1 parent 58d60a8 commit c0fdffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyftdi/bin/pyterm.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def main():
help=f'serial port device name '
f'(default: {default_device}')
argparser.add_argument('-b', '--baudrate',
efault=str(MiniTerm.DEFAULT_BAUDRATE),
default=str(MiniTerm.DEFAULT_BAUDRATE),
help=f'serial port baudrate '
f'(default: {MiniTerm.DEFAULT_BAUDRATE})')
argparser.add_argument('-w', '--hwflow',
Expand Down

0 comments on commit c0fdffd

Please sign in to comment.