diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-05-26 23:29:20 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-26 23:29:20 -0400 |
commit | c99212c5dea4d26f154731a90abd77e9ea70a917 (patch) | |
tree | 5c5b382dc12000962fa250d4c306f126c0360669 /Makefile | |
parent | 974910aa4e4ef123ff67e7100f815419956ff7c8 (diff) | |
download | librambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.tar.gz librambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.zip |
cleaned up commit process
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |