mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 23:54:39 +00:00
Fix remaining -Wstrict-prototypes warnings
This commit is contained in:
@@ -128,7 +128,7 @@ static void uart1_write_task(void *param)
|
||||
}
|
||||
}
|
||||
|
||||
uart1_deinit(uart_fd);
|
||||
uart1_deinit();
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user