Skip to content

Commit 8d259ac

Browse files
authored
Merge pull request #791 from fjtrujy/upgrade_fatfs
bump FatFs to 0.16
2 parents a44c6da + 2edbd3b commit 8d259ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
## Download libsmb2
2828
FATFS_REPO_URL="https://github.com/fjtrujy/FatFs.git"
2929
FATFS_REPO_FOLDER="common/external_deps/fatfs"
30-
FATFS_BRANCH_NAME="iop-r0.15"
30+
FATFS_BRANCH_NAME="iop-r0.16"
3131
if test ! -d "$FATFS_REPO_FOLDER"; then
3232
git clone --depth 1 -b $FATFS_BRANCH_NAME $FATFS_REPO_URL "$FATFS_REPO_FOLDER"_inprogress || exit 1
3333
mv "$FATFS_REPO_FOLDER"_inprogress "$FATFS_REPO_FOLDER"

0 commit comments

Comments
 (0)