Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arbitrary baud rates on BSDs #843

Merged
merged 3 commits into from
Jan 26, 2018
Merged

Commits on Jan 26, 2018

  1. Support arbitrary baud rates on BSDs

    Bryant Mairs committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    0abc8fe View commit details
    Browse the repository at this point in the history
  2. Don't use map(drop) as it's hard to understand

    .map(drop) makes it seem like there is a need to drop the type at
    that point when really all you're doing is trying to erase the
    type information and return an empty tuple. So do that explicitly
    instead of throwing drop in there.
    Bryant Mairs committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e26ab7b View commit details
    Browse the repository at this point in the history
  3. Consistently use Termios in comments

    Bryant Mairs committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    5f7a43a View commit details
    Browse the repository at this point in the history