From 29fc99c586e95406dc742954b3557bf9fec41f34 Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Sat, 29 Jun 2024 16:52:35 +0200 Subject: [PATCH] mbed-os-to-arduino "mbed new" doesn't create the mbed-os folder --- mbed-os-to-arduino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbed-os-to-arduino b/mbed-os-to-arduino index ef911b5e4..299c5935d 100755 --- a/mbed-os-to-arduino +++ b/mbed-os-to-arduino @@ -53,6 +53,8 @@ mbed_revision () { rm -rf mbed-os ln -s "$LOCAL_REPO" mbed-os fi + else + ln -s "$LOCAL_REPO" mbed-os fi fi echo " done."