tcl: don't use 'set' to retrieve the value of a variable
[fw/openocd] / tcl / target / stm8s105.cfg
1 #config script for STM8S105
2
3 proc stm8_reset_rop {} {
4    mwb 0x4800 0x00
5    reset halt
6 }
7
8 source [find target/stm8s.cfg]