mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
The original ESP32 only supports timer source clock APB so it doesn't need and doesn't have a clk_src field. The ESP32C3 supports timer source clock APB and XTAL so it does have a clk_src field, and this needs to be configured to get the correct period. Fixes #8084.