We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728e44f commit 2056a52Copy full SHA for 2056a52
tools/update-components.sh
@@ -18,4 +18,7 @@ else
18
git clean -ffdx
19
cd -
20
fi
21
+cd $TINYUSB_REPO_DIR
22
+patch -p1 -N -i $AR_PATCHES/dwc2_esp32_h.diff
23
+cd -
24
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments