Skip to content
Snippets Groups Projects
Commit bd6e72db authored by Zac Berkowitz's avatar Zac Berkowitz
Browse files

Changed CBAUDEX to 0o010000 for ppc and ppc64

parent e8fc9928
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ pub const B19200: ::speed_t = 0o000016;
pub const B38400: ::speed_t = 0o000017;
pub const EXTA: ::speed_t = B19200;
pub const EXTB: ::speed_t = B38400;
pub const CBAUDEX: ::speed_t = 0o000000;
pub const CBAUDEX: ::speed_t = 0o010000;
pub const B57600: ::speed_t = 0o0020;
pub const B115200: ::speed_t = 0o0021;
pub const B230400: ::speed_t = 0o0022;
......
......@@ -364,7 +364,7 @@ pub const B19200: ::speed_t = 0o000016;
pub const B38400: ::speed_t = 0o000017;
pub const EXTA: ::speed_t = B19200;
pub const EXTB: ::speed_t = B38400;
pub const CBAUDEX: ::speed_t = 0o000000;
pub const CBAUDEX: ::speed_t = 0o010000;
pub const B57600: ::speed_t = 0o0020;
pub const B115200: ::speed_t = 0o0021;
pub const B230400: ::speed_t = 0o0022;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment