mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 03:00:11 -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.