Corrected path for second patch
This commit is contained in:
parent
ebeb2a6a52
commit
561567ace7
|
@ -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"
|
Loading…
Reference in New Issue