上传文件至「/」

This commit is contained in:
2026-03-30 16:37:17 +08:00
parent 040d8fa1ab
commit 3a5d1263d7

View File

@@ -269,6 +269,6 @@ namespace Antmicro.Renode.Peripherals.Timers
this.Log(LogLevel.Info, "RTC (基地址0x{0:X8}) 已复位,时间重置", baseAddress); this.Log(LogLevel.Info, "RTC (基地址0x{0:X8}) 已复位,时间重置", baseAddress);
} }
public long Size => 0x1000; // 4KB地址空间 public long Size => 0x80; // 4KB地址空间
} }
} }