fix setting clock divider to /1 when it should be /2

misinterpreted docs. too much ARM in my life.
the system sets up the clock divider with /2 and expects it to stay there.
was setting the divider to /1 thinking it only affected peripherals.
adjusted timings to compensate for the new divider.
This commit is contained in:
true
2025-04-27 21:36:50 -07:00
parent 8692b71fd8
commit 57f7b1b48d
3 changed files with 7 additions and 6 deletions