aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/fancyblink
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:30:26 +0100
committerUwe Hermann2010-03-05 23:30:26 +0100
commitd8eb8ce746e36e385c02b419594a25d3047695ec (patch)
treec762fc8791fb1b5283f155ff44638c61612a704f /examples/stm32-h103/fancyblink
parent8faf33275a3e0da78aa52164b39192ae2a06b360 (diff)
Consistently use the hex file for flashing.
Diffstat (limited to 'examples/stm32-h103/fancyblink')
-rw-r--r--examples/stm32-h103/fancyblink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32-h103/fancyblink/Makefile b/examples/stm32-h103/fancyblink/Makefile
index 0d19fda..06d821e 100644
--- a/examples/stm32-h103/fancyblink/Makefile
+++ b/examples/stm32-h103/fancyblink/Makefile
@@ -87,7 +87,7 @@ flash: images
-f $(OPENOCD_FLASHER) \
-f $(OPENOCD_BOARD) \
-c "init" -c "reset halt" \
- -c "flash write_image erase $(BINARY).bin 0x08000000" \
+ -c "flash write_image erase $(BINARY).hex" \
-c "reset" \
-c "shutdown" $(NULL)