diff options
author | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-02 00:17:39 +0000 |
---|---|---|
committer | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-02 00:17:39 +0000 |
commit | cde17a42e94e638e6bc32c1a6993207df82d953d (patch) | |
tree | 6a4ce2d2e526e9c48faef08097ca83c8b1c89554 /tcl/chip/st/stm32/stm32.tcl | |
parent | f7f38fa70d8d9f6999d15ebe1beca28143e16c52 (diff) | |
download | openocd_libswd-cde17a42e94e638e6bc32c1a6993207df82d953d.tar.gz openocd_libswd-cde17a42e94e638e6bc32c1a6993207df82d953d.tar.bz2 openocd_libswd-cde17a42e94e638e6bc32c1a6993207df82d953d.tar.xz openocd_libswd-cde17a42e94e638e6bc32c1a6993207df82d953d.zip |
Crusty Code fixes from the tcl directory re-arragements
git-svn-id: svn://svn.berlios.de/openocd/trunk@2661 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/chip/st/stm32/stm32.tcl')
-rw-r--r-- | tcl/chip/st/stm32/stm32.tcl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tcl/chip/st/stm32/stm32.tcl b/tcl/chip/st/stm32/stm32.tcl index 7986efb5..94b1935d 100644 --- a/tcl/chip/st/stm32/stm32.tcl +++ b/tcl/chip/st/stm32/stm32.tcl @@ -1,7 +1,7 @@ -source [find tcl/bitsbytes.tcl] -source [find tcl/cpu/arm/cortex_m3.tcl] -source [find tcl/memory.tcl] -source [find tcl/mmr_helpers.tcl] +source [find bitsbytes.tcl] +source [find cpu/arm/cortex_m3.tcl] +source [find memory.tcl] +source [find mmr_helpers.tcl] -source [find tcl/chip/st/stm32/stm32_regs.tcl] -source [find tcl/chip/st/stm32/stm32_rcc.tcl] +source [find chip/st/stm32/stm32_regs.tcl] +source [find chip/st/stm32/stm32_rcc.tcl] |