Fixed debug command.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3196 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
c6a5c4792b
commit
9f7631dc0f
@ -374,7 +374,7 @@ upload: $(SKETCHHEX)
|
|||||||
|
|
||||||
debug:
|
debug:
|
||||||
avarice --mkII --capture --jtag usb :4242 & \
|
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"'
|
echo -e '\n\nat the gdb prompt type "target remote localhost:4242"'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user