Skip to content

Commit

Permalink
Clone the proto/rtic branch for safekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jun 28, 2020
1 parent e24e4d6 commit f5c9d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imxrt-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.3.0"
[dependencies]
as-slice = "0.1.3"
cortex-m = { version = "0.6" }
imxrt-ral = { version = "0.3.0", path = "../imxrt-ral" }
imxrt-ral = { version = "0.3.0" }#, path = "../imxrt-ral" }
bitflags = "1.2.1"
embedded-hal = "0.2.3"
nb = "0.1.2"
Expand Down Expand Up @@ -41,4 +41,4 @@ rt = ["imxrt-ral/rt"]
nosync = ["imxrt-ral/nosync"]

[package.metadata.docs.rs]
features = ["imxrt1062"]
features = ["imxrt1062"]

0 comments on commit f5c9d23

Please sign in to comment.