mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wps.c: Fix datatype for wps task handle
This commit is contained in:
parent
17d60faf17
commit
f2cdebd906
@ -61,7 +61,7 @@ typedef struct {
|
||||
int ret; /* return value */
|
||||
} wps_ioctl_param_t;
|
||||
|
||||
static void *s_wps_task_hdl = NULL;
|
||||
static TaskHandle_t s_wps_task_hdl = NULL;
|
||||
static void *s_wps_queue = NULL;
|
||||
static void *s_wps_api_lock = NULL; /* Used in WPS public API only, never be freed */
|
||||
static void *s_wps_api_sem = NULL; /* Sync semaphore used between WPS publi API caller task and WPS task */
|
||||
|
Loading…
x
Reference in New Issue
Block a user