We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee724e8 commit 9d22ddfCopy full SHA for 9d22ddf
mbed-os-to-arduino
@@ -51,7 +51,7 @@ mbed_revision () {
51
if [ -d mbed-os ]; then
52
if [ ! -L mbed-os ]; then
53
rm -rf mbed-os
54
- ln -s "$LOCAL_REPO" .
+ ln -s "$LOCAL_REPO" mbed-os
55
fi
56
57
@@ -338,4 +338,4 @@ exit 0
338
#
339
# echo -e "arduino/cores/arduino/main.cpp\n arduino/cores/arduino/mbed/\narduino/libraries/" > .mbedignore
340
# #add ARDUINO_AS_MBED_LIBRARY=1 to macros section in mbed_app.json
341
-# echo "https://github.com/arduino/ArduinoCore-mbed#bf6e64771ebe20285b0364756dff856ebbc679dc" > arduino.lib
+# echo "https://github.com/arduino/ArduinoCore-mbed#bf6e64771ebe20285b0364756dff856ebbc679dc" > arduino.lib
0 commit comments