Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Rename patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
Giung951 committed Nov 10, 2021
1 parent 719fc0a commit 3e60654
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions rp2040_hat_c-patch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ execute_process(COMMAND ${GIT_EXECUTABLE} -C ${RP2040_HAT_C_SRC_DIR} submodule u
message("submodules ioLibrary_Driver initialised")

file(GLOB IOLIBRARY_DRIVER_PATCHES
"${RP2040_HAT_C_PATCH_DIR}/01_ethernet_chip.patch"
"${RP2040_HAT_C_PATCH_DIR}/02_ftp_client.patch"
"${RP2040_HAT_C_PATCH_DIR}/01_iolibrary_driver_ethernet_chip.patch"
"${RP2040_HAT_C_PATCH_DIR}/02_iolibrary_driver_ftp_client.patch"
)

foreach(IOLIBRARY_DRIVER_PATCH IN LISTS IOLIBRARY_DRIVER_PATCHES)
Expand Down

0 comments on commit 3e60654

Please sign in to comment.