Skip to content

Commit 0f4bc7b

Browse files
use default mbed-os branch
1 parent 5096c98 commit 0f4bc7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/bootstrap.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ if [ -d "dependencies/mbed-os" ]
2626
then
2727
echo "Using existing mbed-os"
2828
else
29-
# git clone https://github.com/ARMmbed/mbed-os.git
30-
# Use feature branch until merged to master
31-
git clone --depth 1 https://github.com/paul-szczepanek-arm/mbed-os.git -b cmake-ble-rebased dependencies/mbed-os
29+
git clone --depth 1 https://github.com/ARMmbed/mbed-os.git dependencies/mbed-os
3230
fi
3331

3432
# Add symlinks

0 commit comments

Comments
 (0)