mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -31,7 +31,7 @@ void unity_putc(int c)
|
||||
}
|
||||
}
|
||||
|
||||
void unity_flush()
|
||||
void unity_flush(void)
|
||||
{
|
||||
uart_tx_wait_idle(CONFIG_ESP_CONSOLE_UART_NUM);
|
||||
}
|
||||
|
Reference in New Issue
Block a user