wifi_provisioning: fix build warnings due to incorrect event handler argument type

This commit is contained in:
Mahavir Jain
2021-01-11 13:24:00 +05:30
parent 533c124280
commit ccf89cd4bf
10 changed files with 19 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
static const char *TAG = "app";
static void event_handler(void* arg, esp_event_base_t event_base,
int event_id, void* event_data)
int32_t event_id, void* event_data)
{
static int s_retry_num = 0;