Fixed debug command.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3196 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2011-08-30 17:33:51 +00:00
parent c6a5c4792b
commit 9f7631dc0f

View File

@ -374,7 +374,7 @@ upload: $(SKETCHHEX)
debug:
avarice --mkII --capture --jtag usb :4242 & \
gnome-terminal -x avr-gdb $(SKETCHELF) \
gnome-terminal -x avr-gdb $(SKETCHELF) & \
echo -e '\n\nat the gdb prompt type "target remote localhost:4242"'
clean: