Skip to content

Commit

Permalink
fix(storage/fatfs): fix CMake project names in fatfs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
haberturdeur committed Oct 17, 2024
1 parent fef1d62 commit 5841495
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/storage/fatfs/ext_flash/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/storage/fatfs/fatfsgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_fatfsgen)
2 changes: 1 addition & 1 deletion examples/storage/fatfs/fs_operations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_fs_operations)
2 changes: 1 addition & 1 deletion examples/storage/fatfs/getting_started/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(fatfsgen)
project(fatfs_getting_started)

0 comments on commit 5841495

Please sign in to comment.