From 4d03d0c729583b6b0284656cc8e1640db1d29ecb Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Sun, 4 Feb 2024 23:17:02 -0300 Subject: [PATCH] Adjusting LinkCableMultiboot rom length --- examples/LinkCableMultiboot_demo/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LinkCableMultiboot_demo/src/main.cpp b/examples/LinkCableMultiboot_demo/src/main.cpp index 1ef1fa3..28313f7 100644 --- a/examples/LinkCableMultiboot_demo/src/main.cpp +++ b/examples/LinkCableMultiboot_demo/src/main.cpp @@ -31,7 +31,7 @@ int main() { // Hardcoded ROM length // This is optional, you could also use `LINK_CABLE_MULTIBOOT_MAX_ROM_SIZE` // (but the transfer will be painfully slow) - u32 romSize = 64880; + u32 romSize = 39264; // Note that this project's Makefile pads the ROM to a 0x10 boundary // (as required for Multiboot).