Fix typo in rp2040-hal README.md

This commit is contained in:
Daniel Bevenius 2022-04-29 08:30:37 +02:00 committed by 9names
parent 623457a498
commit 89371912ad

View file

@ -57,7 +57,7 @@ hardware-abstraction interfaces defined in the Rust Embedded Working Group's
We also provide a series of *Board Support Package* (BSP) crates, which take We also provide a series of *Board Support Package* (BSP) crates, which take
this HAL crate and pre-configure the pins according to a specific PCB design. If this HAL crate and pre-configure the pins according to a specific PCB design. If
you are using on of the supported boards, you should use one of those crates in you are using one of the supported boards, you should use one of those crates in
preference, and return here to see documentation about specific peripherals on preference, and return here to see documentation about specific peripherals on
the RP2040 and how to use them. See the `boards` folder in the RP2040 and how to use them. See the `boards` folder in
https://github.com/rp-rs/rp-hal/ for more details. https://github.com/rp-rs/rp-hal/ for more details.