mirror of
https://github.com/espressif/esp-idf
synced 2025-04-16 03:30:18 -04:00
These functions are unlikely to be reused, make them static. Take esp_modem_dce_handle_cbc as an example, it's internal implementation of esp_modem_dce_get_battery_status, expose esp_modem_dce_get_battery_status function is enough. Signed-off-by: Axel Lin <axel.lin@gmail.com> Merges https://github.com/espressif/esp-idf/pull/7266