mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
mask_get_id and gpio_hal_iomux_func_sel were called while cache is disabled, but were not inlined as expected at -0O. Force these functions to always be inlined.