mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-04 01:27:11 +02: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;
|
} GPACKED(4) sh7305_scif_t;
|
||||||
|
|
||||||
#define SH7305_SCIF (*((sh7305_scif_t *)0x04410000))
|
#define SH7305_SCIF (*((sh7305_scif_t *)0xa4410000))
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue