mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 14:34:31 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -69,7 +69,7 @@ static void esp_dbg_stubs_data_free(void *addr)
|
||||
ESP_LOGV(TAG, "%s EXIT %p", __func__, addr);
|
||||
}
|
||||
|
||||
void esp_dbg_stubs_init()
|
||||
void esp_dbg_stubs_init(void)
|
||||
{
|
||||
s_dbg_stubs_ctl_data.tramp_addr = (uint32_t)s_stub_code_buf;
|
||||
s_dbg_stubs_ctl_data.min_stack_addr = (uint32_t)s_stub_min_stack;
|
||||
|
Reference in New Issue
Block a user