Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Added missing baud rate 57200
Browse files Browse the repository at this point in the history
  • Loading branch information
o3o committed Oct 2, 2014
1 parent b8a107a commit 5852cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sys/linux/termios.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module core.sys.linux.termios;
version(linux):
public import core.sys.posix.termios;

enum B57600 = 0x1001; // 0010001
enum B115200 = 0x1002; // 0010002
enum B230400 = 0x1003; // 0010003
enum B460800 = 0x1004; // 0010004
Expand Down

0 comments on commit 5852cc4

Please sign in to comment.