mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 00:18:05 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -137,13 +137,13 @@ static void trigger_operation_task(void *arg)
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
|
||||
static void sense_device_init()
|
||||
static void sense_device_init(void)
|
||||
{
|
||||
// Initialize and start Modbus controller
|
||||
sense_modbus_init();
|
||||
}
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
esp_err_t result = ESP_OK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user