mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-26 18:07:52 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -34,7 +34,7 @@ typedef enum {
|
||||
*
|
||||
* This function is called from startup code to enable serial output
|
||||
*/
|
||||
void esp_vfs_dev_uart_register();
|
||||
void esp_vfs_dev_uart_register(void);
|
||||
|
||||
/**
|
||||
* @brief Set the line endings expected to be received on UART
|
||||
|
Reference in New Issue
Block a user