From 3a5d1263d787232c468e87205492feba619049b2 Mon Sep 17 00:00:00 2001 From: yangyanqing Date: Mon, 30 Mar 2026 16:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8C/=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Custom_RTC_TLZA.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom_RTC_TLZA.cs b/Custom_RTC_TLZA.cs index 1cc04cd..a3bc6c1 100644 --- a/Custom_RTC_TLZA.cs +++ b/Custom_RTC_TLZA.cs @@ -269,6 +269,6 @@ namespace Antmicro.Renode.Peripherals.Timers this.Log(LogLevel.Info, "RTC (基地址0x{0:X8}) 已复位,时间重置", baseAddress); } - public long Size => 0x1000; // 4KB地址空间 + public long Size => 0x80; // 4KB地址空间 } } \ No newline at end of file