ioutil: make the file compile on MacOS
[fw/openocd] / tcl / target / stm32f1x.cfg
index 2390f28947e99baab7d1328a7aaafbabb76db3af..a686e51ac4d73f9dd850fd349ecc9865bb9c019e 100644 (file)
@@ -1,9 +1,9 @@
-# script for stm32
+# script for stm32f1x family
 
 if { [info exists CHIPNAME] } {
    set _CHIPNAME $CHIPNAME
 } else {
-   set _CHIPNAME stm32
+   set _CHIPNAME stm32f1x
 }
 
 if { [info exists ENDIAN] } {