This commit is contained in:
Vincent Barrilliot 2023-11-12 10:58:06 +01:00
parent 7edd6efd9d
commit cc183e6509

View file

@ -160,7 +160,7 @@ ifeq ("$(PAD_FLASH_SIZE)","")
endif
ifeq ($(OS),Windows_NT)
RM = del /F/Q
PAD_CMD = fsutil seteof $@ $(PAD_FLASH_SIZE)
PAD_CMD = fsutil file seteof $@ $(PAD_FLASH_SIZE)
else
RM = rm -f
PAD_CMD = truncate -s $(PAD_FLASH_SIZE) $@