Fixed path for Stellaris Toolchain

This commit is contained in:
Nis Börge Wechselberg 2014-05-12 18:59:57 +02:00
parent 881684f103
commit a8262b901b

View file

@ -1,8 +1,8 @@
typeset -U path
pathdirs=(
~/arm-coding/gcc-arm-none-eabi-4_8-2014q1/bin \
~/arm-coding/git/lm4tools/lm4flash \
~/Coding/Stellaris/gcc-arm-none-eabi-4_8-2014q1/bin \
~/Coding/Stellaris/lm4tools/lm4flash \
~/arm-coding/openocd-bin
)