We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a395ac5 commit 619154bCopy full SHA for 619154b
install.sh
@@ -13,6 +13,6 @@ sed '/WCharacter.h/ s/./\/\/ &/' ~/.ArduinoCore-API/api/ArduinoAPI.h > ~/.Arduin
13
mv ~/.ArduinoCore-API/api/tmpArduinoAPI.h ~/.ArduinoCore-API/api/ArduinoAPI.h
14
15
echo -e "\n\nLinking..."
16
-ln -sf ~/.ArduinoCore-API/api ~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores/arduino/.
+ln -sf ~/.ArduinoCore-API/api cores/arduino/.
17
18
echo -e "\nModule Successfully installed..."
0 commit comments