Skip to content

Commit

Permalink
move ffconf.h to conf/ for capability to customize externally
Browse files Browse the repository at this point in the history
  • Loading branch information
elehobica committed Mar 3, 2024
1 parent 3695b2a commit 89bd065
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CmakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ if (NOT TARGET pico_fatfs)
)

target_include_directories(pico_fatfs INTERFACE
${CMAKE_CURRENT_LIST_DIR}/fatfs
${CMAKE_CURRENT_LIST_DIR}
${CMAKE_CURRENT_LIST_DIR}/fatfs
${CMAKE_CURRENT_LIST_DIR}/fatfs/conf
)

target_link_libraries(pico_fatfs INTERFACE
Expand Down
13 changes: 0 additions & 13 deletions fatfs/CMakeLists.txt

This file was deleted.

File renamed without changes.

0 comments on commit 89bd065

Please sign in to comment.