mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
This patch makes pllvalues.py generate two tables: one for when HSI is used and one for when HSE is used. The correct table is then selected at compile time via the existing MICROPY_HW_CLK_USE_HSI.