diff --git a/Cargo.toml b/Cargo.toml index 171e8ee9..ee361e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,3 +204,7 @@ name = "rtic_defmt_rtt" [[example]] name = "hal_i2c_lcd1602" required-features = ["board/lcd1602"] + +[patch.crates-io.usbd-hid-macros] +git = "https://github.com/imxrt-rs/usbd-hid.git" +branch = "patch-imxrt-hal-0.5"