drivers: clock_control: esp32: fix cpu_freq divisor typo.
Current divisor is 10000000 (should be 1000000).
For example, ESP32_CLK_CPU_240M / 10000000 == 24 MHz (incorrect).
Signed-off-by:
Chris Wilson <christopher.david.wilson@gmail.com>
Loading
Please sign in to comment