openocd: fix gross tcl syntax
if you need the ; why do you need the #
This commit is contained in:
parent
1722cab8b5
commit
a8971df174
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set WORKAREASIZE 0x2000
|
|||
source [find target/stm32l1.cfg]
|
||||
|
||||
#hla_serial "066DFF495351885087171826" # My l4 disco
|
||||
hla_serial "S?l\x06H?WQ%\x10\x18?" # My l1 disco
|
||||
hla_serial "S?l\x06H?WQ%\x10\x18?"; # My l1 disco
|
||||
|
||||
tpiu config internal swodump.stm32l1-generic.log uart off 32000000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue