diff --git a/examples/twis-dma-demo/Cargo.toml b/examples/twis-dma-demo/Cargo.toml index f0b328d8..f30b6abb 100644 --- a/examples/twis-dma-demo/Cargo.toml +++ b/examples/twis-dma-demo/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" cortex-m = { version = "0.7.3", features = ["critical-section-single-core"] } cortex-m-rt = { version = "0.7.0", features = ["device"] } cortex-m-rtic = { version = "1.0.0", default-features = false } -rtt-target = "0.5.0" +rtt-target = "0.6.0" nrf52840-hal = { features = ["rt"], path = "../../nrf52840-hal" }