]> git.sur5r.net Git - openocd/blobdiff - doc/openocd.texi
doc: fix use of deprecated config file in the example
[openocd] / doc / openocd.texi
index 3eb6309027a4f1ce3e4eb610f8749e731e3cd4c4..1c005f2f856368cf42836b5c4e8360561415ec18 100644 (file)
@@ -8789,7 +8789,7 @@ baud with our custom divisor to get 12MHz)
 @item @code{itmdump -f /dev/ttyUSB1 -d1}
 @item OpenOCD invocation line:
 @example
-openocd -f interface/stlink-v2-1.cfg \
+openocd -f interface/stlink.cfg \
         -c "transport select hla_swd" \
         -f target/stm32l1.cfg \
         -c "tpiu config external uart off 24000000 12000000"