From d8eb8ce746e36e385c02b419594a25d3047695ec Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 5 Mar 2010 23:30:26 +0100 Subject: Consistently use the hex file for flashing. --- examples/stm32-h103/fancyblink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32-h103/fancyblink') 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) -- cgit v1.2.3