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 cd4ff07 commit 7ecf2a9Copy full SHA for 7ecf2a9
.github/actions/pio-build/entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-CMSIS_VERSION="$1"
4
-CMSIS_ARCHIVE="CMSIS-${CMSIS_VERSION}.tar.bz2"
+readonly CMSIS_VERSION="$1"
+readonly CMSIS_ARCHIVE="CMSIS-${CMSIS_VERSION}.tar.bz2"
5
6
# Install the development version of ststm32 platform
7
platformio platform install "https://github.com/platformio/platform-ststm32.git" || {
0 commit comments