From 89371912adc7ebd7886ac345de315555ac6e7003 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 29 Apr 2022 08:30:37 +0200 Subject: [PATCH] Fix typo in rp2040-hal README.md --- rp2040-hal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/README.md b/rp2040-hal/README.md index 2bb87f6..9b46007 100644 --- a/rp2040-hal/README.md +++ b/rp2040-hal/README.md @@ -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 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 the RP2040 and how to use them. See the `boards` folder in https://github.com/rp-rs/rp-hal/ for more details.