esp_event: remove extra line from source file

pull/4345/head
Renz Christian Bagaporo 2019-10-25 13:14:05 +08:00
rodzic 521f436315
commit 1ed77e3a8d
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -203,7 +203,6 @@ static void test_event_simple_handler_registration_task(void* args)
vTaskDelete(NULL);
}
static void test_handler_post_w_task(void* event_handler_arg, esp_event_base_t event_base, int32_t event_id, void* event_data)
{
simple_arg_t* arg = (simple_arg_t*) event_handler_arg;