Skip to content

Commit

Permalink
Use version of lpc11uxx PAC crate with nighlty features
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Feb 19, 2019
1 parent bd25788 commit d5b8543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs"
edition = "2018"

[dependencies]
lpc11uxx = "0.3"
lpc11uxx = { git="https://github.com/lpc-rs/lpc-pac", branch="use-nightly" }
cortex-m = "0.5"
embedded-hal = "0.2"

0 comments on commit d5b8543

Please sign in to comment.