We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537a8c9 commit 7b4df58Copy full SHA for 7b4df58
1 file changed
Cargo.toml
@@ -11,7 +11,7 @@ version = "0.2.0"
11
# Useful Cortex-M specific functions (e.g. SysTick)
12
cortex-m = "0.7"
13
# The Raspberry Pi Pico HAL
14
-pico = { git = "https://github.com/rp-rs/rp-hal.git", branch="add_sio_fifo" }
+pico = { git = "https://github.com/rp-rs/rp-hal.git" }
15
# Cortex-M run-time (or start-up) code
16
cortex-m-rt = "0.7"
17
# The BIOS API we export to the OS
0 commit comments