From 6f4a5ce1a07dd17d66057a0540441f19cdb39d91 Mon Sep 17 00:00:00 2001 From: Isaac Aronson Date: Sun, 30 Mar 2025 14:14:40 -0500 Subject: [PATCH] Mark RTC/Flash save hint string as used --- src/siirtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siirtc.c b/src/siirtc.c index a29a62da26..5c511f6815 100644 --- a/src/siirtc.c +++ b/src/siirtc.c @@ -75,7 +75,7 @@ static u8 ReadData(); static void EnableGpioPortRead(); static void DisableGpioPortRead(); -static const char AgbLibRtcVersion[] = "SIIRTC_V001"; +USED static const char AgbLibRtcVersion[] = "SIIRTC_V001"; void SiiRtcUnprotect(void) {