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 1d4c0c5 commit 76bb5d4Copy full SHA for 76bb5d4
CI/utils/templates/stm32yyxx_zz_ppp.c
@@ -1,9 +1,7 @@
1
-{% if type == "ll" %}
2
-/* LL raised several warnings, ignore them */
+/* {{type.upper()}} raised several warnings, ignore them */
3
#pragma GCC diagnostic push
4
#pragma GCC diagnostic ignored "-Wunused-parameter"
5
6
-{% endif %}
7
{% for serie in serieslist %}
8
{% if loop.first %}
9
#ifdef STM32{{serie.upper()}}xx
@@ -19,7 +17,5 @@
19
17
#endif
20
18
{% endif %}
21
{% endfor %}
22
23
#pragma GCC diagnostic pop
24
25
0 commit comments