Skip to content

Commit 02042f0

Browse files
abalmosAmanieu
andauthored
Update src/unix/linux_like/linux/mod.rs
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
1 parent d590b80 commit 02042f0

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,7 +3205,7 @@ pub const SOL_CAN_J1939: ::c_int = SOL_CAN_BASE + CAN_J1939;
32053205

32063206
pub const J1939_MAX_UNICAST_ADDR: ::c_uchar = 0xfd;
32073207
pub const J1939_IDLE_ADDR: ::c_uchar = 0xfe;
3208-
pub const J1939_NO_ADDR: ::c_uchar = 0;
3208+
pub const J1939_NO_ADDR: ::c_uchar = 0xff;
32093209
pub const J1939_NO_NAME: ::c_ulong = 0;
32103210
pub const J1939_PGN_REQUEST: ::c_uint = 0x0ea00;
32113211
pub const J1939_PGN_ADDRESS_CLAIMED: ::c_uint = 0x0ee00;

0 commit comments

Comments
 (0)