From 499468b819953a41abc7fb774679e66d4b21d04e Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 14 Dec 2025 17:13:09 +0100 Subject: [PATCH] fixes ACLINT register interface definition --- include/minres/devices/gen/aclint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minres/devices/gen/aclint.h b/include/minres/devices/gen/aclint.h index 3aba19b..b71dff1 100644 --- a/include/minres/devices/gen/aclint.h +++ b/include/minres/devices/gen/aclint.h @@ -17,7 +17,7 @@ typedef struct { struct { volatile uint32_t LO; volatile uint32_t HI; - } MTIMECMP[4096]; + } MTIMECMP[4095]; volatile uint32_t MTIME_LO; volatile uint32_t MTIME_HI; } aclint_t;