chore(examples): remove unused functions or varible to avoid compiling warning

This commit is contained in:
dongheng
2019-06-18 13:07:25 +08:00
parent ed4bbcf610
commit c1d329b78f
2 changed files with 0 additions and 13 deletions

View File

@ -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 (;;) {