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 committed by Chen-Zhanming
parent 66f173bd11
commit 302aeb5cdf

View file

@ -21,8 +21,8 @@
// Low-level clock speed access // Low-level clock speed access
//--- //---
#define SH7305_SDMR3_CL2 ((volatile uint8_t *)0xFEC15040) #define SH7305_SDMR3_CL2 ((volatile uint16_t *)0xFEC15040)
#define SH7305_SDMR3_CL3 ((volatile uint8_t *)0xFEC15060) #define SH7305_SDMR3_CL3 ((volatile uint16_t *)0xFEC15060)
//--- //---
// Predefined clock speeds // Predefined clock speeds