From c7435b673b434bbc4744b07a1e3431ea48fde2c4 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Sun, 20 Aug 2017 09:44:13 +0200 Subject: [PATCH] Remove uneeded comment Signed-off-by: Frederic Pillon --- src/genpinmap/genpinmap_arduino.bat | 3 --- src/genpinmap/genpinmap_arduino.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/genpinmap/genpinmap_arduino.bat b/src/genpinmap/genpinmap_arduino.bat index b7ceed63..bc2fe898 100644 --- a/src/genpinmap/genpinmap_arduino.bat +++ b/src/genpinmap/genpinmap_arduino.bat @@ -1,8 +1,5 @@ :: See xml file name in C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu -:: GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml" -:: GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml" - python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml" python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml" python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml" diff --git a/src/genpinmap/genpinmap_arduino.sh b/src/genpinmap/genpinmap_arduino.sh index c20849e8..b52302f5 100755 --- a/src/genpinmap/genpinmap_arduino.sh +++ b/src/genpinmap/genpinmap_arduino.sh @@ -20,9 +20,6 @@ set -o nounset # Treat unset variables as an error # See xml file name in \db\mcu -# GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml" -# GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml" -# python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml" python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml" python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"