use /usr/local not /opt

This commit is contained in:
Pavol Rusnak 2011-04-02 03:09:14 +02:00
parent 5fdb0f6179
commit cacae6aaa7

View file

@ -23,7 +23,7 @@ clean:
rm -f obj/*.o rm -f obj/*.o
deploy: deploy:
dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /opt/LPCXpresso/bin/LPCXpressoWIN.enc || : dfu-util -d 0471:df55 -c 0 -t 2048 -R -D /usr/local/LPCXpresso/bin/LPCXpressoWIN.enc || :
sleep 1 sleep 1
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -info-target crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -info-target
crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -flash-erase crt_emu_lpc11_13_nxp -g -2 -pLPC1343 -wire=winusb -flash-erase