Skip to content

Commit c8617c1

Browse files
authored
Remove patch command from update-components.sh
Remove patch application from update script
1 parent e3d127a commit c8617c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/update-components.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ else
1818
git clean -ffdx
1919
cd -
2020
fi
21-
cd $TINYUSB_REPO_DIR
22-
patch -p1 -N -i $AR_PATCHES/dwc2_esp32_h.diff
23-
cd -
2421
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)