mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 10:36:36 +03:00
APB clock get functions not included in iram_loader_seg, meaning
could be overwritten by app depending on app IRAM size and linker
layout.
Regression in dd5190868a
Closes https://github.com/espressif/esp-idf/issues/5456