Corrected path for second patch

This commit is contained in:
ZodiusInfuser 2023-01-06 10:21:22 +00:00
parent ebeb2a6a52
commit 561567ace7
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ echo "Applying wakeup_gpio.patch"
cd "$DST_DIR/../../lib/pico-sdk"
git apply "$SRC_DIR/wakeup_gpio.patch"
echo "Applying wakeup_vsys.patch"
cd "$DST_DIR/../.."
cd "../../"
git apply "$SRC_DIR/wakeup_vsys.patch"