tcl/target/ti_k3: Remove args from m3 and m4_up
[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]