mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_event: move trailing semicolons out of defines
This commit is contained in:
@@ -31,7 +31,7 @@ static void application_task(void* args)
|
||||
}
|
||||
|
||||
/* Event source task related definitions */
|
||||
ESP_EVENT_DEFINE_BASE(TASK_EVENTS)
|
||||
ESP_EVENT_DEFINE_BASE(TASK_EVENTS);
|
||||
|
||||
TaskHandle_t g_task;
|
||||
|
||||
|
Reference in New Issue
Block a user