We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35136f commit b4b9564Copy full SHA for b4b9564
mbed-os-to-arduino
@@ -41,7 +41,7 @@ mbed_revision () {
41
echo -n " Checking out remote branch $REMOTE_BRANCH..."
42
# checkout the mbed-os version you prefer...
43
cd mbed-os
44
- git checkout --track "$REMOTE_BRANCH"
+ git checkout "$REMOTE_BRANCH"
45
cd ..
46
fi
47
platform.txt
@@ -4,7 +4,7 @@
4
# For more info:
5
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
6
7
-name=Arduino Mbed OS Boards
+name=Arduino Mbed OS Boards
8
version=2.7.1
9
10
# Compile variables
0 commit comments