mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -41,7 +41,7 @@ typedef struct {
|
||||
* @return
|
||||
* A default configuration structure.
|
||||
*/
|
||||
esp_pthread_cfg_t esp_pthread_get_default_config();
|
||||
esp_pthread_cfg_t esp_pthread_get_default_config(void);
|
||||
|
||||
/**
|
||||
* @brief Configure parameters for creating pthread
|
||||
|
Reference in New Issue
Block a user