aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stm32f0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f0/Makefile b/src/stm32f0/Makefile
index 16136b52..1b473245 100644
--- a/src/stm32f0/Makefile
+++ b/src/stm32f0/Makefile
@@ -60,7 +60,7 @@ $(OUT)klipper.bin: $(OUT)klipper.elf
$(OUT)klipper.hex: $(OUT)klipper.elf
@echo " Creating hex file $@"
$(Q)$(OBJCOPY) -O ihex $< $@
-
+
flash: $(OUT)klipper.hex
@echo " Flashing hex file $<"
$(Q)$(STLINK) --format ihex --reset write $<