Skip to content

Commit

Permalink
examples/usb_i2c_mctp: Set source ID different to destination ID
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
alistair23 committed Jan 19, 2024
1 parent 84cf8d2 commit acef0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usb_i2c_mctp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set_main! {main}
stack_size! {0x900}

/// The address to which we listen for in slave/target mode.
pub const MY_ID: u8 = 0x22;
pub const MY_ID: u8 = 0x34;
/// Contains packet metadata
pub const HEADER_LEN: usize = 4;
/// Max data message length
Expand Down

0 comments on commit acef0bf

Please sign in to comment.