From 4ca2dcfd20cd9e3709feef0190366b9f3e78a5bb Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Fri, 28 Oct 2022 18:26:13 +0200 Subject: [PATCH] Update rp2040-hal/CHANGELOG.md Co-authored-by: 9names <60134748+9names@users.noreply.github.com> --- rp2040-hal/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/CHANGELOG.md b/rp2040-hal/CHANGELOG.md index d8038de..044e6a7 100644 --- a/rp2040-hal/CHANGELOG.md +++ b/rp2040-hal/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix spelling error in UART error discarded field - @Sizurka - Fix contents of UART error discarded field - @Sizurka - Fix watchdog counter load value - @Sizurka -- Fix concurrent accesses to sm_execctrl and sm_instr when sideset isn't optional - @ihtinuel +- Fix concurrent accesses to sm_execctrl and sm_instr when sideset isn't optional - @ithinuel - pio: Move interrupt related (en|dis)abling/forcing methods to the statemachine - @ithinuel - Mark Timer & Alarm* Send and Sync - @ithinuel - The feature critical-section-impl is now enabled by default from the BSP crates - @jannic