Skip to content

Commit 2056a52

Browse files
authored
Apply patch for dwc2_esp32_h in update-components.sh
1 parent 728e44f commit 2056a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/update-components.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ 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 -
2124
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)