Skip to content

Commit c7435b6

Browse files
committed
Remove uneeded comment
Signed-off-by: Frederic Pillon <[email protected]>
1 parent d4f2c75 commit c7435b6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/genpinmap/genpinmap_arduino.bat

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
:: See xml file name in C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu
22

3-
:: GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
4-
:: GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
5-
63
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
74
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
85
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"

src/genpinmap/genpinmap_arduino.sh

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ set -o nounset # Treat unset variables as an error
2020

2121
# See xml file name in <STM32CubeMX install dir>\db\mcu
2222

23-
# GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
24-
# GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
25-
#
2623
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
2724
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
2825
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"

0 commit comments

Comments
 (0)