mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 11:29:42 +08:00
chore(examples): remove unused functions or varible to avoid compiling warning
This commit is contained in:
@ -46,7 +46,6 @@ static QueueHandle_t uart0_queue;
|
||||
static void uart_event_task(void *pvParameters)
|
||||
{
|
||||
uart_event_t event;
|
||||
size_t buffered_size;
|
||||
uint8_t *dtmp = (uint8_t *) malloc(RD_BUF_SIZE);
|
||||
|
||||
for (;;) {
|
||||
|
Reference in New Issue
Block a user