Skip to content

Commit

Permalink
Merge pull request tock#531 from tock/alistair/address-update
Browse files Browse the repository at this point in the history
examples/usb_i2c_mctp: Set source ID different to destination ID
  • Loading branch information
jrvanwhy authored Jan 22, 2024
2 parents 84cf8d2 + acef0bf commit 75c92fc
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 75c92fc

Please sign in to comment.