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 0b56452 commit 6ac7ee1Copy full SHA for 6ac7ee1
ota/make-ota.sh
@@ -3,7 +3,7 @@
3
set -e # Exit on error
4
5
export PICO_SDK_PATH="$(cd ../pico-sdk/; pwd)"
6
-export PATH="$(cd ../../system/arm-none-eabi/bin; pwd):$PATH"
+export PATH="$(cd ../system/arm-none-eabi/bin; pwd):$PATH"
7
8
rm -rf build
9
mkdir build
0 commit comments