From c97f5ca5191234b26ae1e442d3908314813ba89c Mon Sep 17 00:00:00 2001 From: Paul Paterson Date: Sat, 6 Jan 2024 15:07:58 -0500 Subject: [PATCH] fix changelog some more --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3df4fc631..eb5f209dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Explicit panic when hitting the `DefaultHandler` (#1005) - Relevant interrupts are now auto enabled in `embassy::init` (#1014). - Set up interrupts for the DMA and async enabled peripherals only when `async` feature is provided (#1042) -- S2 / S3: Don't require GPIO 18 to create a USB peripheral driver instance (#990) ### Fixed