Removed the debug and sniff commands to make code size smaller so that the compiled binary fits in ROM

This commit is contained in:
adamdunkels 2009-06-18 09:01:16 +00:00
parent 81786900f2
commit 617eae6ca1
2 changed files with 31 additions and 23 deletions

View file

@ -6,7 +6,7 @@ CONTIKI = ../..
jcreate-blink:
(echo; sleep 4; echo "~K"; sleep 4; \
echo "repeat 0 0 { acc 1 | leds } &"; sleep 4) | make login
echo "repeat 0 0 { acc | leds 1 } &"; sleep 4) | make login
%.shell-upload: %.ce
(echo; sleep 4; echo "~K"; sleep 4; \