From 689487bdce2b329e405d13b70e2f72a2233e9a52 Mon Sep 17 00:00:00 2001 From: Michele Da Rold Date: Tue, 5 Aug 2025 16:38:47 +0200 Subject: [PATCH] Update CMakeLists.txt Correct STM3F7xx to STM32F7xx in order to compile correctly --- portable/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/CMakeLists.txt b/portable/CMakeLists.txt index 33d8c09..e988500 100644 --- a/portable/CMakeLists.txt +++ b/portable/CMakeLists.txt @@ -54,7 +54,7 @@ target_sources( freertos_plus_fat_port STM32F4xx/stm32f4xx_hal_sd.h STM32F4xx/stm32f4xx_ll_sdmmc.c STM32F4xx/stm32f4xx_ll_sdmmc.h> - $<$: + $<$: STM32F7xx/ff_sddisk.c STM32F7xx/stm32f7xx_hal_sd.c STM32F7xx/stm32f7xx_hal_sd.h>