Skip to content

Commit 3ce796a

Browse files
authored
Merge pull request #26 from mundahl/patch-1
Corrected instructions for Makefile flash: by removing TARGET
2 parents dde0d95 + c790070 commit 3ce796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ firmware.bin: firmware.elf
656656
$(DOCKER) $(CROSS)-objcopy -O binary $< $@
657657
658658
flash: firmware.bin
659-
st-flash --reset write $(TARGET).bin 0x8000000
659+
st-flash --reset write $< 0x8000000
660660
```
661661
662662
That's it! Now, `make flash` terminal command creates a `firmware.bin` file,

0 commit comments

Comments
 (0)