mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
stm32f0: Remove trailing tab from Makefile
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1fcfff2ac6
commit
1a387ad509
@ -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 $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user