Browse Source

stlink: wrap port number in {{}}

Daniel Campoverde [alx741] 8 years ago
parent
commit
bcaef1f8ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/st-util.md

+ 1 - 1
pages/common/st-util.md

@@ -8,7 +8,7 @@
 
 - Connect to GDB server:
 
-`(gdb) target extended-remote {{localhost}}:4500`
+`(gdb) target extended-remote {{localhost}}:{{4500}}`
 
 - Write firmware to device: