From 2720aa24ce27e09f2bba16f25df6fb670e1c0a4d Mon Sep 17 00:00:00 2001 From: Juraj Sadel Date: Fri, 17 May 2024 16:27:18 +0200 Subject: [PATCH] changelog --- esp-hal/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index 3303b75e75..9fb46c1146 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `time::current_time` API (#1503) - ESP32-S3: Add LCD_CAM Camera driver (#1483) - `embassy-usb` support (#1517) -- SPI Slave support for ESP32-S2 (#1514) +- SPI Slave support for ESP32-S2 (#1562) ### Fixed