From 6494354a91c3b8e04b23c8c87da073a867bc0263 Mon Sep 17 00:00:00 2001 From: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:14:47 +0000 Subject: [PATCH] Fix small typo in migration guide (#2888) Co-authored-by: Dominic Fischer --- esp-hal/MIGRATING-0.22.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/MIGRATING-0.22.md b/esp-hal/MIGRATING-0.22.md index 3a50f105d..b88c6e302 100644 --- a/esp-hal/MIGRATING-0.22.md +++ b/esp-hal/MIGRATING-0.22.md @@ -262,7 +262,7 @@ is not compatible with the hardware. +.unwrap(); ``` -### LCD_CAM configuration changes +## LCD_CAM configuration changes - `cam` now has a `Config` strurct that contains frequency, bit/byte order, VSync filter options. - DPI, I8080: `frequency` has been moved into `Config`.