From 2b3194631acd065760b75b2e4b4b2ff04207f34c Mon Sep 17 00:00:00 2001 From: Vincent Barrilliot Date: Thu, 7 Dec 2023 22:21:18 +0100 Subject: [PATCH] Reinstate padding (disabled for debugging) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3a8199a..9637c0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -286,7 +286,7 @@ foenixmcp.s68: $(DEPS) foenixmcp.bin: $(DEPS) $(CC) $(LDFLAGS) -o $@ $(FILES_TO_LINK) # TODO Test that the file is <= PAD_FLASH_SIZE bytes otherwise'll be slashing the OS ! -# $(PAD_CMD) + $(PAD_CMD) # Rule for generating include file containing RLE-compressed version of BMP splashscreen # You need python3 installed obviously, and install some extra packages you can install with: