fixes ACLINT register interface definition

This commit is contained in:
2025-12-14 17:13:09 +01:00
parent 925f08e0b9
commit 499468b819

View File

@@ -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;