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 7cb45c2 commit cd65f22Copy full SHA for cd65f22
.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