mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-10 18:06:29 +00:00
Fix remaining -Wstrict-prototypes warnings
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
static const char *TAG = "RS485_ECHO_APP";
|
||||
|
||||
// An example of echo test with hardware flow control on UART
|
||||
static void echo_task(void)
|
||||
static void echo_task(void *arg)
|
||||
{
|
||||
const int uart_num = ECHO_UART_PORT;
|
||||
uart_config_t uart_config = {
|
||||
|
||||
Reference in New Issue
Block a user