Compare commits

...

2 Commits

Author SHA1 Message Date
Unagi Dojyou baa1fa92e2
Merge eba145b431 into 2b48d64be4 2024-02-01 17:09:00 +09:00
UnagiDojyou eba145b431 Fix indentation 2024-02-01 17:08:43 +09:00
1 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,6 @@
void mxs_set_divcpu(uint8_t clkdiv) {
struct mxs_clkctrl_regs *clkctrl_regs =
(struct mxs_clkctrl_regs *)MXS_CLKCTRL_BASE;
uint32_t clkctrl;
clkctrl = readl(&clkctrl_regs->hw_clkctrl_cpu);
clkctrl &= ~0x3F;