Skip to content

Commit 62ec26a

Browse files
committed
Changed CBAUDEX to 0b000020 on ppc and ppc64
1 parent bd6e72d commit 62ec26a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unix/notbsd/linux/other/b32/powerpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub const B19200: ::speed_t = 0o000016;
156156
pub const B38400: ::speed_t = 0o000017;
157157
pub const EXTA: ::speed_t = B19200;
158158
pub const EXTB: ::speed_t = B38400;
159-
pub const CBAUDEX: ::speed_t = 0o010000;
159+
pub const CBAUDEX: ::speed_t = 0o000020;
160160
pub const B57600: ::speed_t = 0o0020;
161161
pub const B115200: ::speed_t = 0o0021;
162162
pub const B230400: ::speed_t = 0o0022;

src/unix/notbsd/linux/other/b64/powerpc64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub const B19200: ::speed_t = 0o000016;
364364
pub const B38400: ::speed_t = 0o000017;
365365
pub const EXTA: ::speed_t = B19200;
366366
pub const EXTB: ::speed_t = B38400;
367-
pub const CBAUDEX: ::speed_t = 0o010000;
367+
pub const CBAUDEX: ::speed_t = 0o000020;
368368
pub const B57600: ::speed_t = 0o0020;
369369
pub const B115200: ::speed_t = 0o0021;
370370
pub const B230400: ::speed_t = 0o0022;

0 commit comments

Comments
 (0)