From d8009b0cfcbb52ed9d79cf2a31f1079c3b20c27f Mon Sep 17 00:00:00 2001 From: Niklas Cathor Date: Sat, 18 Nov 2023 13:33:29 +0100 Subject: [PATCH] Switch rp2040-pac back to upstream git --- rp2040-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/Cargo.toml b/rp2040-hal/Cargo.toml index 8974c60e2..6229af726 100644 --- a/rp2040-hal/Cargo.toml +++ b/rp2040-hal/Cargo.toml @@ -24,7 +24,7 @@ embedded-dma = "0.2.0" fugit = "0.3.6" itertools = { version = "0.10.1", default-features = false } nb = "1.0" -rp2040-pac = { git = "https://github.com/nilclass/rp2040-pac", branch = "usb-host-support", features = ["critical-section"] } +rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac", features = ["critical-section"] } paste = "1.0" pio = "0.2.0" rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }