aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-05-26 23:29:20 -0400
committerbnewbold <bnewbold@robocracy.org>2010-05-26 23:29:20 -0400
commitc99212c5dea4d26f154731a90abd77e9ea70a917 (patch)
tree5c5b382dc12000962fa250d4c306f126c0360669 /Makefile
parent974910aa4e4ef123ff67e7100f815419956ff7c8 (diff)
downloadlibrambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.tar.gz
librambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.zip
cleaned up commit process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8bed507..2de5847 100644
--- a/Makefile
+++ b/Makefile
@@ -199,12 +199,12 @@ jtag: $(BUILD_PATH)/main.bin
program_ram: ram
./reset.py
- ./wait.py
+ sleep 1
$(DFU) -a0 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R
program_flash: flash
./reset.py
- ./wait.py
+ sleep 1
$(DFU) -a1 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R
program_jtag: jtag