From 6ab9aa99fd159334d86ebb2bff5fcd2886d338e1 Mon Sep 17 00:00:00 2001 From: theo3 Date: Fri, 17 Dec 2021 11:30:16 -0800 Subject: [PATCH] linker fix --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index ba7c1b31..f20f38ab 100644 --- a/linker.ld +++ b/linker.ld @@ -738,7 +738,7 @@ SECTIONS { asm/object21.o(.text); asm/figurineDevice.o(.text); asm/eyeSwitch.o(.text); - asm/PressurePlate.o(.text); + asm/pressurePlate.o(.text); asm/bigBarrel.o(.text); asm/barrelInside.o(.text); asm/pushableStatue.o(.text);