Skip to content
Snippets Groups Projects
Commit 88de1004 authored by Sylwester Rąpała's avatar Sylwester Rąpała
Browse files

Try fix mips constants

parent 04c00738
No related branches found
No related tags found
No related merge requests found
......@@ -478,8 +478,8 @@ pub const TIOCMSET: ::c_int = 0x741A;
pub const FIONREAD: ::c_int = 0x467F;
pub const TIOCCONS: ::c_int = 0x80047478;
pub const TIOCGRS485: ::c_int = 0x542E;
pub const TIOCSRS485: ::c_int = 0x542F;
pub const TIOCGRS485: ::c_int = 0x4020542E;
pub const TIOCSRS485: ::c_int = 0xC020542F;
pub const POLLWRNORM: ::c_short = 0x4;
pub const POLLWRBAND: ::c_short = 0x100;
......
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