From ab006c3ecd0f7626e017ad699fd15aa8ab526829 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Thu, 22 Aug 2024 19:53:28 +0100 Subject: [PATCH] Update rp-hal-common/src/lib.rs Co-authored-by: 9names <60134748+9names@users.noreply.github.com> --- rp-hal-common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp-hal-common/src/lib.rs b/rp-hal-common/src/lib.rs index 3b9bd3945..7c41ebe03 100644 --- a/rp-hal-common/src/lib.rs +++ b/rp-hal-common/src/lib.rs @@ -1,7 +1,7 @@ //! Common HAL code //! //! This library contains types and functions which are shared between the -//! RP2040 HAl and the RP235x HAL. +//! RP2040 HAL and the RP235x HAL. //! //! You shouldn't include anything here which requires either the `cortex-m` //! crate, or a PAC.