mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 08:31:44 +01: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