fix(storage/fatfs): fix CMake project names in fatfs examples

This commit is contained in:
Tomáš Rohlínek
2024-10-17 09:21:33 +02:00
parent fef1d6278e
commit 5841495e7f
4 changed files with 4 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.16)
# external SPI flash driver not currently supported for ESP32-S2
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ext_flash_fatfs)
project(fatfs_ext_flash)

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_fatfsgen)

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_fs_operations)

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_getting_started)