mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
scif: fix incorrect base module address
This commit is contained in:
parent
723bae134b
commit
1272a6a71a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue