We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d590b80 commit 02042f0Copy full SHA for 02042f0
src/unix/linux_like/linux/mod.rs
@@ -3205,7 +3205,7 @@ pub const SOL_CAN_J1939: ::c_int = SOL_CAN_BASE + CAN_J1939;
3205
3206
pub const J1939_MAX_UNICAST_ADDR: ::c_uchar = 0xfd;
3207
pub const J1939_IDLE_ADDR: ::c_uchar = 0xfe;
3208
-pub const J1939_NO_ADDR: ::c_uchar = 0;
+pub const J1939_NO_ADDR: ::c_uchar = 0xff;
3209
pub const J1939_NO_NAME: ::c_ulong = 0;
3210
pub const J1939_PGN_REQUEST: ::c_uint = 0x0ea00;
3211
pub const J1939_PGN_ADDRESS_CLAIMED: ::c_uint = 0x0ee00;
0 commit comments