Skip to content

Commit

Permalink
Support new name of st-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed May 2, 2012
1 parent c1eec47 commit 418c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/32l_mrf24j40/Makefile
Expand Up @@ -70,6 +70,6 @@ clean:
rm -rf $(BIN_IMAGE)

write: all
$(STLINK_HOME)/flash/flash write $(BIN_IMAGE) 0x08000000
$(STLINK_HOME)/flash/st-flash write $(BIN_IMAGE) 0x08000000

.PHONY: all clean write

0 comments on commit 418c77d

Please sign in to comment.