esp_modem: Update FreeRTOS EventQueueHandle_t forward declaration

This commit includes freertos/event_groups.h header and removes the
forward declaration for EventGroupHandle_t.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
This commit is contained in:
Sudeep Mohanty
2021-11-17 09:50:10 +05:30
parent e7ae0301ae
commit 5d9ad9cffd
2 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
#include <thread>
#else
#include "freertos/event_groups.h"
// forward declarations of FreeRTOS primitives
struct QueueDefinition;
typedef void *EventGroupHandle_t;
#endif