Skip to content

Commit 3519f65

Browse files
committed
Use version of lpc11uxx PAC crate with nighlty features
1 parent 0c48e1b commit 3519f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs"
1313
edition = "2018"
1414

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

0 commit comments

Comments
 (0)