mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -114,7 +114,7 @@ static int esp_dbg_stub_gcov_entry(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
void esp_gcov_dump()
|
||||
void esp_gcov_dump(void)
|
||||
{
|
||||
// disable IRQs on this CPU, other CPU is halted by OpenOCD
|
||||
unsigned irq_state = portENTER_CRITICAL_NESTED();
|
||||
|
||||
Reference in New Issue
Block a user