Skip to content

Commit b4b9564

Browse files
committed
Fix mbed-os-to-arduino in case of pedantic tags
1 parent d35136f commit b4b9564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: mbed-os-to-arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mbed_revision () {
4141
echo -n " Checking out remote branch $REMOTE_BRANCH..."
4242
# checkout the mbed-os version you prefer...
4343
cd mbed-os
44-
git checkout --track "$REMOTE_BRANCH"
44+
git checkout "$REMOTE_BRANCH"
4545
cd ..
4646
fi
4747

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For more info:
55
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
66

7-
name=Arduino Mbed OS Boards
7+
name=Arduino Mbed OS Boards
88
version=2.7.1
99

1010
# Compile variables

0 commit comments

Comments
 (0)