mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-03 17:17:10 +02:00
cpg: fix incorrect access size to SDMR3_CL2 and SDMR3_CL3
This commit is contained in:
parent
66f173bd11
commit
302aeb5cdf
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
// Low-level clock speed access
|
||||
//---
|
||||
|
||||
#define SH7305_SDMR3_CL2 ((volatile uint8_t *)0xFEC15040)
|
||||
#define SH7305_SDMR3_CL3 ((volatile uint8_t *)0xFEC15060)
|
||||
#define SH7305_SDMR3_CL2 ((volatile uint16_t *)0xFEC15040)
|
||||
#define SH7305_SDMR3_CL3 ((volatile uint16_t *)0xFEC15060)
|
||||
|
||||
//---
|
||||
// Predefined clock speeds
|
||||
|
|
Loading…
Add table
Reference in a new issue