mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -103,7 +103,7 @@ typedef enum{
|
||||
*
|
||||
* @return pointer to PHY init data structure
|
||||
*/
|
||||
const esp_phy_init_data_t* esp_phy_get_init_data();
|
||||
const esp_phy_init_data_t* esp_phy_get_init_data(void);
|
||||
|
||||
/**
|
||||
* @brief Release PHY init data
|
||||
|
Reference in New Issue
Block a user