mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
So that a board can access other HAL_RCC functions if it needs them (this was not possible previously by just adding hal_rcc.c to the src list for a board because it would clash with the custom HAL_RCC_GetHCLKFreq function). Signed-off-by: Damien George <damien@micropython.org>