esp_event: remove extra line from source file

This commit is contained in:
Renz Christian Bagaporo 2019-10-25 13:14:05 +08:00 committed by Renz Bagaporo
parent 2e3a949f3a
commit 84227aeac0
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,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;