diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-21 21:47:20 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-21 21:49:22 -0400 |
commit | 1a387ad50982cb84cf96870dd9759f1809204f1d (patch) | |
tree | 14c1d75c56924d73a2853440f21fea586aba2643 /src | |
parent | 1fcfff2ac6ef1c2f7317184ca33ee2e3bc142970 (diff) | |
download | kutter-1a387ad50982cb84cf96870dd9759f1809204f1d.tar.gz kutter-1a387ad50982cb84cf96870dd9759f1809204f1d.tar.xz kutter-1a387ad50982cb84cf96870dd9759f1809204f1d.zip |
stm32f0: Remove trailing tab from Makefile
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32f0/Makefile | 2 |
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 $< |