Skip to content

Commit

Permalink
flterm: properly exit on ^C.
Browse files Browse the repository at this point in the history
whitequark committed Nov 7, 2015
1 parent f24e7e5 commit b440f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misoc/tools/flterm.py
Original file line number Diff line number Diff line change
@@ -299,7 +299,6 @@ def main():
flterm.join(True)
except KeyboardInterrupt:
pass
flterm.join()


if __name__ == "__main__":

1 comment on commit b440f36

@enjoy-digital
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks.

Please sign in to comment.