cpg: fix incorrect access size to SDMR3_CL2 and SDMR3_CL3

This commit is contained in:
Lephenixnoir 2025-03-11 15:32:37 +01:00
parent 411b1a3d7d
commit 252cb7abd8
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

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