scif: fix incorrect base module address

This commit is contained in:
Lephe 2022-12-20 22:27:35 +01:00
parent 723bae134b
commit 1272a6a71a
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ typedef volatile struct
} GPACKED(4) sh7305_scif_t;
#define SH7305_SCIF (*((sh7305_scif_t *)0x04410000))
#define SH7305_SCIF (*((sh7305_scif_t *)0xa4410000))
#ifdef __cplusplus
}