mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
esp_event: remove extra line from source file
This commit is contained in:
committed by
Renz Bagaporo
parent
2e3a949f3a
commit
84227aeac0
@@ -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;
|
||||
|
Reference in New Issue
Block a user