Skip to content

Commit 7b63d8e

Browse files
committed
Remove unused cruft
1 parent dde0d95 commit 7b63d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-7-webserver/nucleo-f429zi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ firmware.elf: $(SOURCES)
1717
arm-none-eabi-gcc $(SOURCES) $(CFLAGS) $(LDFLAGS) -o $@
1818

1919
firmware.bin: firmware.elf
20-
$(DOCKER) arm-none-eabi-objcopy -O binary $< $@
20+
arm-none-eabi-objcopy -O binary $< $@
2121

2222
flash: firmware.bin
2323
st-flash --reset write firmware.bin 0x8000000

0 commit comments

Comments
 (0)